We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bc7dd commit 9667b30Copy full SHA for 9667b30
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
import os
2
from setuptools import setup, find_packages
3
4
-VERSION = 0.2
+VERSION = '0.2.1'
5
6
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
7
LONG_DESCRIPTION = readme.read()
0 commit comments