Skip to content

Commit

Permalink
Version bump (0.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLeP committed Apr 2, 2024
1 parent 4dedb24 commit c1dc8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="tranco",
version="0.8.0",
version="0.8.1",
author="Victor Le Pochat",
author_email="victor.lepochat@kuleuven.be",
description="Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation",
Expand Down
2 changes: 1 addition & 1 deletion tranco/tranco.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from warnings import warn
from enum import IntEnum

VERSION = '0.8.0'
VERSION = '0.8.1'


class TrancoList:
Expand Down

0 comments on commit c1dc8a8

Please sign in to comment.