Skip to content

Commit

Permalink
Bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kastakin committed Jan 10, 2022
1 parent 82ecf0b commit 2b28d54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyes"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Lorenzo Castellino <[email protected]>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion release_text.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyES Version 0.2.3
# PyES Version 0.2.4

Moved to new software stack:
* [Custom PPG](https://github.com/runesc/PPG) instead of [fbs](https://github.com/mherrmann/fbs) to allow the use of newer Python and library versions;
Expand Down
2 changes: 1 addition & 1 deletion src/build/settings/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"app_name": "PyES",
"author": "Lorenzo Castellino",
"main_module": "src/main/python/main.py",
"version": "0.2.3",
"version": "0.2.4",
"extra_pyinstaller_args": [
"--exclude-module",
"PySide6.QtQml",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"

[version]
current = "0.2.3"
current = "0.2.4"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 2b28d54

Please sign in to comment.