Skip to content

Commit

Permalink
Bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Sep 25, 2024
1 parent dffb7d5 commit 7d4e83a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cmake_policy(SET CMP0135 NEW) # set timestamps to time of extraction for Externa

project(
agave
VERSION 1.7.0
VERSION 1.7.1
LANGUAGES C CXX
)

Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Windows

Download the installer `agave-1.7.0-win64.exe` and run it.
Download the installer `agave-1.7.1-win64.exe` and run it.

It will take you through the installation process. In most cases you can accept all the default settings.

Expand All @@ -17,7 +17,7 @@ The Intel (x86-64) version should work on all Macs. However, you will get the be

### MacOS on Apple Silicon (Macs with M1-M4 processors)

Download the installer `agave-1.7.0-macos-arm64.dmg` and open it.
Download the installer `agave-1.7.1-macos-arm64.dmg` and open it.

Drag the agave icon to the Applications folder.

Expand All @@ -33,7 +33,7 @@ After this, you should be able to run the application.

### MacOS on Intel processors

Download the installer `agave-1.7.0-macos-x86-64.dmg` and open it.
Download the installer `agave-1.7.1-macos-x86-64.dmg` and open it.

Drag the agave icon to the Applications folder.

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.7.0"
__version__ = "1.7.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.7.0"
release = "1.7.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 @@ -83,6 +83,6 @@
url="https://github.com/allen-cell-animated/agave",
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.rst
version="1.7.0",
version="1.7.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.7.0"
release = "1.7.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.7.0"
current = "1.7.1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aics/agave-webclient",
"version": "1.7.0",
"version": "1.7.1",
"description": "client library for using agave as remote rendering server",
"main": "es/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 7d4e83a

Please sign in to comment.