Skip to content

Commit b0b56ef

Browse files
committed
version bump
1 parent 645db7f commit b0b56ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gvas/__init__.py

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

2525
__version_info__ = {
2626
'major': 0,
27-
'minor': 1,
27+
'minor': 2,
2828
'micro': 0,
2929
'releaselevel': 'final',
3030
'serial': 0,

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
## Module Constants
2424
##########################################################################
2525

26-
TEST_VERSION = "0.1" ## Also the expected version onf the package
26+
TEST_VERSION = "0.2" ## Also the expected version onf the package
2727

2828
##########################################################################
2929
## Test Cases

0 commit comments

Comments
 (0)