Skip to content

Commit 5dc013f

Browse files
committed
Bump version to 1.1.2
1 parent 36eedc3 commit 5dc013f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ python -m build -n -w
306306
3. **Create Release**
307307
```bash
308308
# Commit changes
309-
old_version=1.1.0
310-
new_version=1.1.1
311-
git add pyproject.toml
309+
old_version=1.1.1
310+
new_version=1.1.2
311+
git add pyproject.toml README.md
312312
git commit -m "Bump version to ${new_version}"
313313
git push origin main
314314

pyproject.toml

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

55
[project]
66
name = "webview_python"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
description = "Python bindings for the webview library, which completely follow deno_webview design and principles"
99
readme = "README.md"
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)