We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a61d5 commit e282a30Copy full SHA for e282a30
setup.py
@@ -2,7 +2,7 @@
2
from distutils.core import setup
3
from setuptools import find_packages
4
5
-VERSION = '0.9.8'
+VERSION = '0.10.0'
6
7
with open('README.md', 'r', encoding='utf-8') as fh:
8
long_description = fh.read()
0 commit comments