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 9393d4d commit ea8bfc0Copy full SHA for ea8bfc0
python_actr/version.py
@@ -1,6 +1,6 @@
1
name = "python_actr"
2
-version_info = (1, 9, 1)
3
-dev = False
+version_info = (1, 9, 2)
+dev = True
4
version = '.'.join([str(x) for x in version_info])
5
if dev:
6
version = version + 'dev'
0 commit comments