Commit f2434008c72c00d415836e95911676d47f76cf8e
1 parent
97953511
Exists in
master
and in
1 other branch
Changed InVesalius version to 3.1
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
@@ -24,7 +24,7 @@ import wx | @@ -24,7 +24,7 @@ import wx | ||
24 | import itertools | 24 | import itertools |
25 | 25 | ||
26 | #from invesalius.project import Project | 26 | #from invesalius.project import Project |
27 | -INVESALIUS_VERSION = "3.0" | 27 | +INVESALIUS_VERSION = "3.1" |
28 | 28 | ||
29 | #--------------- | 29 | #--------------- |
30 | 30 |