We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d54238 commit 3b45512Copy full SHA for 3b45512
setup.py
@@ -15,7 +15,7 @@
15
import io
16
from setuptools import setup, find_packages
17
18
-__version__ = '0.1.dev1'
+__version__ = '0.1.0'
19
20
with io.open('README.md', 'r', encoding='utf-8') as fh:
21
long_description = fh.read()
0 commit comments