Skip to content

Commit 2d8bbed

Browse files
committed
Bump version to 1.0.0
1 parent a08006c commit 2d8bbed

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=0.99.0
310-
new_version=0.99.1
309+
old_version=0.99.18
310+
new_version=1.0.0
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 = "0.99.18"
7+
version = "1.0.0"
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)