Commit 4993876e626c561853a70638cd90bf8c27eb74ad
1 parent
afcd4fdb
Exists in
master
Fixing version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
@@ -28,7 +28,7 @@ from invesalius import utils | @@ -28,7 +28,7 @@ from invesalius import utils | ||
28 | from invesalius import inv_paths | 28 | from invesalius import inv_paths |
29 | 29 | ||
30 | #from invesalius.project import Project | 30 | #from invesalius.project import Project |
31 | -INVESALIUS_VERSION = "3.1.99995" | 31 | +INVESALIUS_VERSION = "3.1.99996" |
32 | 32 | ||
33 | INVESALIUS_ACTUAL_FORMAT_VERSION = 1.1 | 33 | INVESALIUS_ACTUAL_FORMAT_VERSION = 1.1 |
34 | 34 |