Skip to content

Commit f2bf34e

Browse files
committed
Bump version
1 parent b6537c4 commit f2bf34e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,9 @@ Finally, if the pypi test upload appears to work fine, run:
212212
twine upload dist/*
213213
```
214214

215+
Or, as a one-liner:
216+
```console
217+
rm dist/* && python3 -m build && twine upload dist/*
218+
```
219+
215220
If you get an error that a certain version already exists, check the contents of the `dist` folder.

pyproject.toml

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

77
[project]
88
name = "pyscript-ltk"
9-
version = "0.2.23"
9+
version = "0.2.24"
1010
description = "A little toolkit for writing UIs in PyScript"
1111
readme = "README.md"
1212
authors = [{ name = "Chris Laffra", email = "[email protected]" }]

0 commit comments

Comments
 (0)