Skip to content

Commit f309a4a

Browse files
committed
version bump
1 parent 41b0a0e commit f309a4a

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
@@ -4,7 +4,7 @@ build-backend = "zigcc_build"
44

55
[project]
66
name = "quickjs-runtime"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = "Python bindings for QuickJS"
99
readme = "README.md"
1010
requires-python = ">=3.12, <3.15"

src/quickjs_runtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from _quickjs import Runtime as _Runtime
66

7-
__version__ = "0.2.1"
7+
__version__ = "0.2.2"
88

99
class IRuntime(ABC):
1010

0 commit comments

Comments
 (0)