We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1796089 commit ae1dc76Copy full SHA for ae1dc76
3 files changed
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.2
+current_version = 0.1.0
3
commit = True
4
tag = True
5
setup.py
@@ -52,6 +52,6 @@
52
test_suite='tests',
53
tests_require=test_requirements,
54
url='https://github.com/Surfix/snow-pc',
55
- version='0.0.2',
+ version='0.1.0',
56
zip_safe=False,
57
)
snow_pc/__init__.py
@@ -2,7 +2,7 @@
__author__ = """Naheem Adebisi"""
__email__ = 'adebisi.naheem@gmail.com'
-__version__ = '0.0.2'
+__version__ = '0.1.0'
6
7
from .snow_pc import *
8
# from .prepare_pc import *
0 commit comments