Skip to content

Commit 7ef5f79

Browse files
committed
bump version 1.0.0 -> 1.1.0
1 parent 80b8667 commit 7ef5f79

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
@@ -16,7 +16,7 @@
1616
project = "multidms"
1717
copyright = "2023, Jared Galloway, Hugh Haddox"
1818
author = "Jared Galloway"
19-
release = "1.0.0"
19+
release = "1.1.0"
2020

2121
needs_sphinx = "1.0"
2222

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__ = "1.0.0"
50+
__version__ = "1.1.0"
5151
__url__ = "https://github.com/matsengrp/multidms"
5252

5353
from binarymap.binarymap import AAS_NOSTOP as 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 = "1.0.0"
10+
version = "1.1.0"
1111
description = "Joint modeling of multiple deep mutational scanning experiments."
1212
readme = "README.md"
1313
authors = [
@@ -111,7 +111,7 @@ repository = "https://github.com/matsengrp/multidms"
111111
packages = ["multidms"]
112112

113113
[tool.bumpver]
114-
current_version = "1.0.0"
114+
current_version = "1.1.0"
115115
version_pattern = "MAJOR.MINOR.PATCH"
116116
commit_message = "bump version {old_version} -> {new_version}"
117117
commit = true

0 commit comments

Comments
 (0)