Skip to content

Commit 152d3dd

Browse files
committed
Bump version to 1.1.1
1 parent d2cadd2 commit 152d3dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

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.0"
7+
version = "1.1.1"
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)