We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36eedc3 commit 5dc013fCopy full SHA for 5dc013f
README.md
@@ -306,9 +306,9 @@ python -m build -n -w
306
3. **Create Release**
307
```bash
308
# Commit changes
309
- old_version=1.1.0
310
- new_version=1.1.1
311
- git add pyproject.toml
+ old_version=1.1.1
+ new_version=1.1.2
+ git add pyproject.toml README.md
312
git commit -m "Bump version to ${new_version}"
313
git push origin main
314
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "webview_python"
7
-version = "1.1.1"
+version = "1.1.2"
8
description = "Python bindings for the webview library, which completely follow deno_webview design and principles"
9
readme = "README.md"
10
license = { file = "LICENSE" }
0 commit comments