From 9d7456d9e698e65eb13142f051bf823c955c7aab Mon Sep 17 00:00:00 2001 From: Jared Galloway Date: Tue, 30 Jan 2024 09:43:03 -0800 Subject: [PATCH] bump version 0.3.2 -> 0.3.3 --- docs/conf.py | 2 +- multidms/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 956369b..342b9a0 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.3.2" +release = "0.3.3" needs_sphinx = "1.0" diff --git a/multidms/__init__.py b/multidms/__init__.py index 9111af0..749c3ee 100644 --- a/multidms/__init__.py +++ b/multidms/__init__.py @@ -47,7 +47,7 @@ class works to compose, compile, and optimize the model parameters __author__ = "Jared Galloway" __email__ = "jgallowa@fredhutch.org" -__version__ = "0.3.2" +__version__ = "0.3.3" __url__ = "https://github.com/matsengrp/multidms" from polyclonal.alphabets import AAS # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index b8dbcad..8712fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "multidms" -version = "0.3.2" +version = "0.3.3" description = "Joint modeling of multiple deep mutational scanning experiments." readme = "README.md" authors = [ @@ -107,7 +107,7 @@ repository = "https://github.com/matsengrp/multidms" packages = ["multidms"] [tool.bumpver] -current_version = "0.3.2" +current_version = "0.3.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true