Skip to content

Commit 7e36126

Browse files
committed
chore(release): v0.4.2
1 parent 13d7232 commit 7e36126

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.4.1"
3+
version = "0.4.2"
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
@@ -67,7 +67,7 @@
6767
)
6868

6969
APP_NAME = "flowm"
70-
__version__ = "0.4.1"
70+
__version__ = "0.4.2"
7171
OWNER = os.getenv("FLOWM_REPO_OWNER", "ethras")
7272
REPO = os.getenv("FLOWM_REPO_NAME", "flow-maestro")
7373

0 commit comments

Comments
 (0)