Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryce committed Oct 27, 2023
1 parent 4407efe commit c503c8e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ deploy-pages:
mv docs/build/html www
touch www/.nojekyll
rm www/.buildinfo || true
git checkout --track $(DOCS_REMOTE)/gh-pages
git checkout --track $(DOCS_REMOTE)/gh-pages || git checkout $(DOCS_REMOTE)/gh-pages
rm -r docs || true
mv www docs
git add -f docs
Expand Down
2 changes: 1 addition & 1 deletion auxiliary_packages/funman_demo/src/funman_demo/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "1.6.0"
__version__ = "1.7.0"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "1.6.0"
__version__ = "1.7.0"
2 changes: 1 addition & 1 deletion src/funman/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "1.6.0"
__version__ = "1.7.0"
2 changes: 1 addition & 1 deletion terarium/scripts/run-api-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# TARGET_IMAGE=localhost:5000/siftech/funman-api:local

# For public images:
FUNMAN_VERSION="${FUNMAN_VERSION:-hackathon_fall_2023}"
FUNMAN_VERSION="${FUNMAN_VERSION:-1.7.0}"
TARGET_IMAGE="${TARGET_IMAGE:-ghcr.io/siftech/funman-api:$FUNMAN_VERSION}"
PLATFORM="${PLATFORM:---platform linux/amd64}"

Expand Down

0 comments on commit c503c8e

Please sign in to comment.