Skip to content

Commit 7569bb8

Browse files
authored
Prepare for release v3.2.2 (#235)
1 parent 54a49aa commit 7569bb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/read_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333

3434
PYTHON_VERSION = sys.version_info
35-
VERSION = "3.2.1"
35+
VERSION = "3.2.2"
3636
PROGRAM = "NanoSim"
3737
AUTHOR = "Chen Yang, Saber Hafezqorani, Ka Ming Nip, and Theodora Lo (UBC & BCGSC)"
3838
CONTACT = "cheny@bcgsc.ca; shafezqorani@bcgsc.ca; kmnip@bcgsc.ca"

src/simulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import math
4242

4343
PYTHON_VERSION = sys.version_info
44-
VERSION = "3.2.1"
44+
VERSION = "3.2.2"
4545
PROGRAM = "NanoSim"
4646
AUTHOR = "Chen Yang, Saber Hafezqorani, Ka Ming Nip, and Theodora Lo (UBC & BCGSC)"
4747
CONTACT = "cheny@bcgsc.ca; shafezqorani@bcgsc.ca; kmnip@bcgsc.ca"

0 commit comments

Comments
 (0)