Skip to content

Commit

Permalink
bump version 0.2.0 -> 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Jul 29, 2023
1 parent 65d5c35 commit 2cd1512
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.2.0"
release = "0.2.1"

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__ = "jgallowa@fredhutch.org"
__version__ = "0.2.0"
__version__ = "0.2.1"
__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.2.0"
version = "0.2.1"
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.2.0"
current_version = "0.2.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 2cd1512

Please sign in to comment.