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 9fd01b0 commit 34b4af4Copy full SHA for 34b4af4
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.1"
17
- self.rev = 4640
+ self.version = "0.9.2"
+ self.rev = 4650
18
self.argv = argv
19
self.action = None
20
self.test_parser = None
0 commit comments