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 645db7f commit b0b56efCopy full SHA for b0b56ef
gvas/__init__.py
@@ -24,7 +24,7 @@
24
25
__version_info__ = {
26
'major': 0,
27
- 'minor': 1,
+ 'minor': 2,
28
'micro': 0,
29
'releaselevel': 'final',
30
'serial': 0,
tests/__init__.py
@@ -23,7 +23,7 @@
23
## Module Constants
##########################################################################
-TEST_VERSION = "0.1" ## Also the expected version onf the package
+TEST_VERSION = "0.2" ## Also the expected version onf the package
## Test Cases
0 commit comments