Skip to content

Commit ae73410

Browse files
committed
Bump version to v2.2.1
1 parent ee4bc0e commit ae73410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pywasm"
7-
version = "2.2.0"
7+
version = "2.2.1"
88
authors = [
99
{ name="Mohanson", email="mohanson@outlook.com" },
1010
]

pywasm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from . import wasi
1010
from .core import *
1111

12-
version = '2.2.0'
12+
version = '2.2.1'

0 commit comments

Comments
 (0)