We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f59c5e commit b8e7c20Copy full SHA for b8e7c20
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup, find_packages
7
from setuptools.command.test import test as TestCommand
8
9
-__version__ = '0.5'
+__version__ = '0.6'
10
11
12
class PyTest(TestCommand):
0 commit comments