We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dedb24 commit c1dc8a8Copy full SHA for c1dc8a8
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="tranco",
8
- version="0.8.0",
+ version="0.8.1",
9
author="Victor Le Pochat",
10
author_email="victor.lepochat@kuleuven.be",
11
description="Tranco: A Research-Oriented Top Sites Ranking Hardened Against Manipulation",
tranco/tranco.py
@@ -11,7 +11,7 @@
from warnings import warn
12
from enum import IntEnum
13
14
-VERSION = '0.8.0'
+VERSION = '0.8.1'
15
16
17
class TrancoList:
0 commit comments