Skip to content

Commit 47a5efc

Browse files
committed
v0.7.1: add User-Agent
1 parent 3f7a566 commit 47a5efc

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.7",
8+
version="0.7.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
@@ -5,7 +5,7 @@
55
import platform
66
import zipfile
77

8-
VERSION = '0.7'
8+
VERSION = '0.7.1'
99

1010
class TrancoList():
1111
def __init__(self, date, list_id, lst):

0 commit comments

Comments
 (0)