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