We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420f0c7 commit 2b423e6Copy full SHA for 2b423e6
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "flowm-cli"
3
-version = "0.3.1"
+version = "0.4.0"
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
@@ -66,7 +66,7 @@
66
)
67
68
APP_NAME = "flowm"
69
-__version__ = "0.3.1"
+__version__ = "0.4.0"
70
OWNER = os.getenv("FLOWM_REPO_OWNER", "ethras")
71
REPO = os.getenv("FLOWM_REPO_NAME", "flow-maestro")
72
0 commit comments