diff --git a/src/read_analysis.py b/src/read_analysis.py index d17851a..a5d16eb 100755 --- a/src/read_analysis.py +++ b/src/read_analysis.py @@ -32,7 +32,7 @@ PYTHON_VERSION = sys.version_info -VERSION = "3.2.1" +VERSION = "3.2.2" PROGRAM = "NanoSim" AUTHOR = "Chen Yang, Saber Hafezqorani, Ka Ming Nip, and Theodora Lo (UBC & BCGSC)" CONTACT = "cheny@bcgsc.ca; shafezqorani@bcgsc.ca; kmnip@bcgsc.ca" diff --git a/src/simulator.py b/src/simulator.py index 718b86d..7df6fdf 100755 --- a/src/simulator.py +++ b/src/simulator.py @@ -41,7 +41,7 @@ import math PYTHON_VERSION = sys.version_info -VERSION = "3.2.1" +VERSION = "3.2.2" PROGRAM = "NanoSim" AUTHOR = "Chen Yang, Saber Hafezqorani, Ka Ming Nip, and Theodora Lo (UBC & BCGSC)" CONTACT = "cheny@bcgsc.ca; shafezqorani@bcgsc.ca; kmnip@bcgsc.ca"