From 7ef5f790926779f73d959685af4e3f2e5cc8a514 Mon Sep 17 00:00:00 2001 From: Jared Galloway Date: Fri, 12 Jul 2024 11:41:03 -0700 Subject: [PATCH] bump version 1.0.0 -> 1.1.0 --- 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 f701ff5..b7201bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = "multidms" copyright = "2023, Jared Galloway, Hugh Haddox" author = "Jared Galloway" -release = "1.0.0" +release = "1.1.0" needs_sphinx = "1.0" diff --git a/multidms/__init__.py b/multidms/__init__.py index 09cefe3..8ff3e0d 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__ = "1.0.0" +__version__ = "1.1.0" __url__ = "https://github.com/matsengrp/multidms" from binarymap.binarymap import AAS_NOSTOP as AAS # noqa: F401 diff --git a/pyproject.toml b/pyproject.toml index b60a2e0..72f169c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "multidms" -version = "1.0.0" +version = "1.1.0" description = "Joint modeling of multiple deep mutational scanning experiments." readme = "README.md" authors = [ @@ -111,7 +111,7 @@ repository = "https://github.com/matsengrp/multidms" packages = ["multidms"] [tool.bumpver] -current_version = "1.0.0" +current_version = "1.1.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true