Commit f2434008c72c00d415836e95911676d47f76cf8e

Authored by Paulo Henrique Junqueira Amorim
1 parent 97953511

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