We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd8b62 commit a7b7f93Copy full SHA for a7b7f93
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
from setuptools import find_packages
3
4
-VERSION = '0.1.2'
+VERSION = '0.1.3'
5
6
with open('README.md', 'r', encoding='UTF-8') as f:
7
LONG_DESCRIPTION = f.read()
0 commit comments