Skip to content

Commit 4a1145e

Browse files
committed
chore: bump Python packages to 0.4.0
1 parent 7ba1c53 commit 4a1145e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compilers/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runar-compiler"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Runar smart contract compiler - Python implementation"
55
requires-python = ">=3.10"
66
dependencies = []

packages/runar-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runar"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Runar - TypeScript-to-Bitcoin Script Compiler (Python runtime)"
55
requires-python = ">=3.10"
66
dependencies = []

0 commit comments

Comments
 (0)