Skip to content

Commit 8d8a9bb

Browse files
committed
define version as string, since import fails
1 parent 0a7e368 commit 8d8a9bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import sys
2-
import twarc
32
import setuptools
43

5-
version = twarc.__version__
4+
version = 'v2.0.0'
65

76
with open("README.md") as f:
87
long_description = f.read()

0 commit comments

Comments
 (0)