We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7e368 commit 8d8a9bbCopy full SHA for 8d8a9bb
setup.py
@@ -1,8 +1,7 @@
1
import sys
2
-import twarc
3
import setuptools
4
5
-version = twarc.__version__
+version = 'v2.0.0'
6
7
with open("README.md") as f:
8
long_description = f.read()
0 commit comments