diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20f5827..5507dc7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True tag_name = {new_version} diff --git a/Cargo.toml b/Cargo.toml index 4e24362..d5c1df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "genomeshader" -version = "0.1.2" +version = "0.1.3" authors = ["Kiran V Garimella "] edition = "2021" license = "BSD 3-Clause" diff --git a/VERSION b/VERSION index 0d6da75..26040b2 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -version=0.1.2 +version=0.1.3 diff --git a/python/genomeshader/__init__.py b/python/genomeshader/__init__.py index a8e445d..167f06e 100644 --- a/python/genomeshader/__init__.py +++ b/python/genomeshader/__init__.py @@ -6,6 +6,6 @@ For detailed documentation and examples, see the README. """ -__version__ = '0.1.2' +__version__ = '0.1.3' from .view import * \ No newline at end of file