Skip to content

Commit

Permalink
bump version 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Jul 12, 2024
1 parent 80b8667 commit 7ef5f79
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 @@ -16,7 +16,7 @@
project = "multidms"
copyright = "2023, Jared Galloway, Hugh Haddox"
author = "Jared Galloway"
release = "1.0.0"
release = "1.1.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 @@ -47,7 +47,7 @@ class works to compose, compile, and optimize the model parameters

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

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

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

0 comments on commit 7ef5f79

Please sign in to comment.