Skip to content

Commit ea8bfc0

Browse files
committed
Started version 1.9.2
1 parent 9393d4d commit ea8bfc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_actr/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "python_actr"
2-
version_info = (1, 9, 1)
3-
dev = False
2+
version_info = (1, 9, 2)
3+
dev = True
44
version = '.'.join([str(x) for x in version_info])
55
if dev:
66
version = version + 'dev'

0 commit comments

Comments
 (0)