Skip to content

Commit 2db1aa9

Browse files
committed
chore: bump version
1 parent 672b2dc commit 2db1aa9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ lint:
2727
.PHONY: test
2828
test:
2929
pytest
30+
31+
.PHONY: lock
32+
lock:
33+
poetry lock --no-update

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "workflowai"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = ""
55
authors = ["Guillaume Aquilina <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)