Skip to content

Commit 2e6d1ef

Browse files
committed
bump version 0.2.1 -> 0.2.2
1 parent b704f4f commit 2e6d1ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
project = "multidms"
1919
copyright = "2023, Jared Galloway, Hugh Haddox"
2020
author = "Jared Galloway"
21-
release = "0.2.1"
21+
release = "0.2.2"
2222

2323
needs_sphinx = "1.0"
2424

multidms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class works to compose, compile, and optimize the model parameters
5353

5454
__author__ = "Jared Galloway"
5555
__email__ = "[email protected]"
56-
__version__ = "0.2.1"
56+
__version__ = "0.2.2"
5757
__url__ = "https://github.com/matsengrp/multidms"
5858

5959
from polyclonal.alphabets import AAS # noqa: F401

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "multidms"
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
description = "Joint modeling of multiple deep mutational scanning experiments."
1212
readme = "README.md"
1313
authors = [
@@ -106,7 +106,7 @@ repository = "https://github.com/matsengrp/multidms"
106106
packages = ["multidms"]
107107

108108
[tool.bumpver]
109-
current_version = "0.2.1"
109+
current_version = "0.2.2"
110110
version_pattern = "MAJOR.MINOR.PATCH"
111111
commit_message = "bump version {old_version} -> {new_version}"
112112
commit = true

0 commit comments

Comments
 (0)