From 7569bb8e153abbe44cb76767e61b1d38ca656428 Mon Sep 17 00:00:00 2001 From: Lauren Coombe Date: Wed, 9 Oct 2024 14:18:56 -0700 Subject: [PATCH] Prepare for release v3.2.2 (#235) --- src/read_analysis.py | 2 +- src/simulator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"