Skip to content

Commit 27d90f5

Browse files
committed
Bump version to 0.10.1 and update version display in CLI
1 parent 6ae9be3 commit 27d90f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zoomaker"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Zoomaker - Friendly house keeping for your AI model zoo and related resources."
55
authors = ["Benedikt Groß"]
66
readme = "README.md"

zoomaker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def main():
260260
parser.add_argument("command", nargs="?", choices=["install", "run"], help="The command to execute.")
261261
parser.add_argument("script", nargs="?", help="The script name to execute.")
262262
parser.add_argument("-f", "--file", default="zoo.yaml", help="The YAML file to use.")
263-
parser.add_argument("-v", "--version", action="version", help="The current version of the zoomaker.", version="0.10.0")
263+
parser.add_argument("-v", "--version", action="version", help="The current version of the zoomaker.", version="0.10.1")
264264
args = parser.parse_args()
265265

266266
if args.command == "install":

0 commit comments

Comments
 (0)