diff --git a/CHANGELOG.md b/CHANGELOG.md index 982e565..ec36d83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Version changes +## development version + ## v3.0.2 - Documentation updates for GUI and other genome references - Additional IUPAC changes to play nice with GATK tools (non ACGTN codes convert to N) diff --git a/src/__init__.py b/src/__init__.py index f7cc0ca..fea378e 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -7,4 +7,4 @@ sys.path.append(os.path.dirname(os.path.realpath(__file__))) # Ground source of truth for version information -version ='v3.0.2' +version ='v3.0.2-dev'