Skip to content

Commit 01e8bd1

Browse files
committed
bump version 0.1.0 -> 0.1.1
1 parent 18df2b9 commit 01e8bd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.1.0"
56+
__version__ = "0.1.1"
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.1.0"
10+
version = "0.1.1"
1111
description = "Represent and model one or more dms experiments and identify variant predicted fitness, and individual mutation effects and shifts."
1212
readme = "README.rst"
1313
authors = [
@@ -106,7 +106,7 @@ repository = "https://github.com/matsengrp/multidms"
106106
packages = ["multidms"]
107107

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

0 commit comments

Comments
 (0)