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 31b93b0 commit 2045e9eCopy full SHA for 2045e9e
setup.py
@@ -3,7 +3,7 @@
3
import os
4
from setuptools import setup, find_packages
5
6
-VERSION = '0.3.10'
+VERSION = '0.3.11'
7
8
README_FILE = os.path.join(os.path.dirname(__file__), 'README.pypi')
9
LONG_DESCRIPTION = open(README_FILE, encoding='utf-8').read()
0 commit comments