Skip to content

Commit

Permalink
bump version 0.1.9 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Jul 21, 2023
1 parent f1f51e6 commit 8f12822
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = "multidms"
copyright = "2023, Jared Galloway, Hugh Haddox"
author = "Jared Galloway"
release = "0.1.9"
release = "0.2.0"

needs_sphinx = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion multidms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class works to compose, compile, and optimize the model parameters

__author__ = "Jared Galloway"
__email__ = "[email protected]"
__version__ = "0.1.9"
__version__ = "0.2.0"
__url__ = "https://github.com/matsengrp/multidms"

from polyclonal.alphabets import AAS # noqa: F401
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "multidms"
version = "0.1.9"
version = "0.2.0"
description = "Joint modeling of multiple deep mutational scanning experiments."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -106,7 +106,7 @@ repository = "https://github.com/matsengrp/multidms"
packages = ["multidms"]

[tool.bumpver]
current_version = "0.1.9"
current_version = "0.2.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 8f12822

Please sign in to comment.