diff --git a/docs/conf.py b/docs/conf.py index 7c3e376..5ee8c7a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = "multidms" copyright = "2023, Jared Galloway, Hugh Haddox" author = "Jared Galloway" -release = "0.1.9" +release = "0.2.0" needs_sphinx = "1.0" diff --git a/multidms/__init__.py b/multidms/__init__.py index 34f3f0a..aadaa0e 100644 --- a/multidms/__init__.py +++ b/multidms/__init__.py @@ -53,7 +53,7 @@ class works to compose, compile, and optimize the model parameters __author__ = "Jared Galloway" __email__ = "jgallowa@fredhutch.org" -__version__ = "0.1.9" +__version__ = "0.2.0" __url__ = "https://github.com/matsengrp/multidms" from polyclonal.alphabets import AAS # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 9e9ef0e..3f31de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "multidms" -version = "0.1.9" +version = "0.2.0" description = "Joint modeling of multiple deep mutational scanning experiments." readme = "README.md" authors = [ @@ -106,7 +106,7 @@ repository = "https://github.com/matsengrp/multidms" packages = ["multidms"] [tool.bumpver] -current_version = "0.1.9" +current_version = "0.2.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true