From 9558fe25928abb4e7e454a230ede0cb73b82a643 Mon Sep 17 00:00:00 2001 From: Jared Galloway Date: Wed, 6 Dec 2023 11:36:11 -0800 Subject: [PATCH] bump version 0.3.0 -> 0.3.1 --- 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 f243b3f..5ea6130 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.0" +release = "0.3.1" needs_sphinx = "1.0" diff --git a/multidms/__init__.py b/multidms/__init__.py index 106116e..30e7aa1 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.0" +__version__ = "0.3.1" __url__ = "https://github.com/matsengrp/multidms" from polyclonal.alphabets import AAS # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index 7b25a4a..2365a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "multidms" -version = "0.3.0" +version = "0.3.1" 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.0" +current_version = "0.3.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true