We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d7232 commit 7e36126Copy full SHA for 7e36126
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "flowm-cli"
3
-version = "0.4.1"
+version = "0.4.2"
4
description = "Flow Maestro installer CLI (flowm): install/update .flow-maestro assets from GitHub Releases"
5
requires-python = ">=3.11"
6
dependencies = [
src/flowm_cli/__init__.py
@@ -67,7 +67,7 @@
67
)
68
69
APP_NAME = "flowm"
70
-__version__ = "0.4.1"
+__version__ = "0.4.2"
71
OWNER = os.getenv("FLOWM_REPO_OWNER", "ethras")
72
REPO = os.getenv("FLOWM_REPO_NAME", "flow-maestro")
73
0 commit comments