Skip to content

Commit

Permalink
Bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Jul 5, 2022
1 parent 6a74f6e commit b988e3e
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 @@ -12,7 +12,7 @@ cmake_policy(SET CMP0091 NEW) # enable new "MSVC runtime library selection" (htt

project(
agave
VERSION 1.4.0
VERSION 1.4.1
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.4.0"
__version__ = "1.4.1"


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.4.0"
release = "1.4.1"

# 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.4.0",
version="1.4.1",
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.4.0"
release = "1.4.1"


# -- 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.4.0"
current = "1.4.1"

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

0 comments on commit b988e3e

Please sign in to comment.