Skip to content

Commit 2b423e6

Browse files
committed
chore(release): v0.4.0
1 parent 420f0c7 commit 2b423e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "flowm-cli"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Flow Maestro installer CLI (flowm): install/update .flow-maestro assets from GitHub Releases"
55
requires-python = ">=3.11"
66
dependencies = [

src/flowm_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
)
6767

6868
APP_NAME = "flowm"
69-
__version__ = "0.3.1"
69+
__version__ = "0.4.0"
7070
OWNER = os.getenv("FLOWM_REPO_OWNER", "ethras")
7171
REPO = os.getenv("FLOWM_REPO_NAME", "flow-maestro")
7272

0 commit comments

Comments
 (0)