Skip to content

Commit c503c8e

Browse files
committed
update version
1 parent 4407efe commit c503c8e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ deploy-pages:
293293
mv docs/build/html www
294294
touch www/.nojekyll
295295
rm www/.buildinfo || true
296-
git checkout --track $(DOCS_REMOTE)/gh-pages
296+
git checkout --track $(DOCS_REMOTE)/gh-pages || git checkout $(DOCS_REMOTE)/gh-pages
297297
rm -r docs || true
298298
mv www docs
299299
git add -f docs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.6.0"
4+
__version__ = "1.7.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.6.0"
4+
__version__ = "1.7.0"

src/funman/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information."""
22

33
# The following line *must* be the last in the module, exactly as formatted:
4-
__version__ = "1.6.0"
4+
__version__ = "1.7.0"

terarium/scripts/run-api-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# TARGET_IMAGE=localhost:5000/siftech/funman-api:local
55

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

0 commit comments

Comments
 (0)