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 8ba7769 commit 0f03ccdCopy full SHA for 0f03ccd
1 file changed
src/Config.py
@@ -13,8 +13,8 @@
13
class Config(object):
14
15
def __init__(self, argv):
16
- self.version = "0.9.0"
17
- self.rev = 4630
+ self.version = "0.9.1"
+ self.rev = 4640
18
self.argv = argv
19
self.action = None
20
self.test_parser = None
0 commit comments