Skip to content

Commit ae1dc76

Browse files
committed
Bump version: 0.0.2 → 0.1.0
1 parent 1796089 commit ae1dc76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/Surfix/snow-pc',
55-
version='0.0.2',
55+
version='0.1.0',
5656
zip_safe=False,
5757
)

snow_pc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Naheem Adebisi"""
44
__email__ = 'adebisi.naheem@gmail.com'
5-
__version__ = '0.0.2'
5+
__version__ = '0.1.0'
66

77
from .snow_pc import *
88
# from .prepare_pc import *

0 commit comments

Comments
 (0)