We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b65a commit 48b3aceCopy full SHA for 48b3ace
setup.py
@@ -1,7 +1,7 @@
1
from os.path import join as path_join, dirname
2
from setuptools import setup, find_packages
3
4
-version = '0.1.1'
+version = '0.1.2'
5
6
with open("README.md", "r") as fh:
7
long_description = fh.read()
0 commit comments