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 a08006c commit 2d8bbedCopy full SHA for 2d8bbed
README.md
@@ -306,8 +306,8 @@ python -m build -n -w
306
3. **Create Release**
307
```bash
308
# Commit changes
309
- old_version=0.99.0
310
- new_version=0.99.1
+ old_version=0.99.18
+ new_version=1.0.0
311
git add pyproject.toml
312
git commit -m "Bump version to ${new_version}"
313
git push origin main
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "webview_python"
7
-version = "0.99.18"
+version = "1.0.0"
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