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 a506e52 commit 39cf438Copy full SHA for 39cf438
setup.py
@@ -8,7 +8,7 @@
8
except ImportError:
9
from distutils.core import setup
10
11
-version = '0.5'
+version = '0.6'
12
source_directory = os.path.abspath(os.path.dirname(__file__))
13
14
with open(os.path.join(source_directory, 'README.md'), 'r') as file_handle:
0 commit comments