We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b0a0e commit f309a4aCopy full SHA for f309a4a
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "zigcc_build"
4
5
[project]
6
name = "quickjs-runtime"
7
-version = "0.2.1"
+version = "0.2.2"
8
description = "Python bindings for QuickJS"
9
readme = "README.md"
10
requires-python = ">=3.12, <3.15"
src/quickjs_runtime/__init__.py
@@ -4,7 +4,7 @@
from _quickjs import Runtime as _Runtime
-__version__ = "0.2.1"
+__version__ = "0.2.2"
class IRuntime(ABC):
0 commit comments