Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Feb 26, 2022
1 parent be86349 commit bdf9f96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif (POLICY CMP0048)

project(
agave
VERSION 1.2.3
VERSION 1.2.4
LANGUAGES C CXX
)

Expand Down
2 changes: 1 addition & 1 deletion agave_pyclient/agave_pyclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__email__ = "danielt@alleninstitute.org"
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
__version__ = "1.2.3"
__version__ = "1.2.4"


def get_module_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion agave_pyclient/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# the built documents.
#
# The full version, including alpha/beta/rc tags
release = "1.2.3"
release = "1.2.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion agave_pyclient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
url="https://github.com/allen-cell-animated/agave",
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="1.2.3",
version="1.2.4",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Allen Institute for Cell Science"

# The full version, including alpha/beta/rc tags
release = "1.2.3"
release = "1.2.4"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"

[version]
current = "1.2.3"
current = "1.2.4"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit bdf9f96

Please sign in to comment.