Skip to content

Commit c1dc8a8

Browse files
committed
Version bump (0.8.1)
1 parent 4dedb24 commit c1dc8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="tranco",
8-
version="0.8.0",
8+
version="0.8.1",
99
author="Victor Le Pochat",
1010
author_email="[email protected]",
1111
description="Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation",

tranco/tranco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from warnings import warn
1212
from enum import IntEnum
1313

14-
VERSION = '0.8.0'
14+
VERSION = '0.8.1'
1515

1616

1717
class TrancoList:

0 commit comments

Comments
 (0)