Skip to content

Commit 9558fe2

Browse files
committed
bump version 0.3.0 -> 0.3.1
1 parent 09e8866 commit 9558fe2

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.3.0"
21+
release = "0.3.1"
2222

2323
needs_sphinx = "1.0"
2424

multidms/__init__.py

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

4848
__author__ = "Jared Galloway"
4949
__email__ = "[email protected]"
50-
__version__ = "0.3.0"
50+
__version__ = "0.3.1"
5151
__url__ = "https://github.com/matsengrp/multidms"
5252

5353
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.3.0"
10+
version = "0.3.1"
1111
description = "Joint modeling of multiple deep mutational scanning experiments."
1212
readme = "README.md"
1313
authors = [
@@ -107,7 +107,7 @@ repository = "https://github.com/matsengrp/multidms"
107107
packages = ["multidms"]
108108

109109
[tool.bumpver]
110-
current_version = "0.3.0"
110+
current_version = "0.3.1"
111111
version_pattern = "MAJOR.MINOR.PATCH"
112112
commit_message = "bump version {old_version} -> {new_version}"
113113
commit = true

0 commit comments

Comments
 (0)