Skip to content

Commit 5c61c68

Browse files
committed
Bump to 0.4.0
1 parent a5bf778 commit 5c61c68

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyes"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = ""
55
authors = ["Lorenzo Castellino <castellino96@gmail.com>"]
66
license = "GPLv3"

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app_name": "PyES",
33
"author": "Lorenzo Castellino",
44
"main_module": "src/main/python/main.py",
5-
"version": "0.3.1",
5+
"version": "0.4.0",
66
"extra_pyinstaller_args": [
77
"--exclude-module",
88
"PySide6.QtQml",

src/main/python/ui/PyES_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def retranslateUi(self, dialogAbout):
6868
QCoreApplication.translate("dialogAbout", "About", None)
6969
)
7070
self.label.setText(
71-
QCoreApplication.translate("dialogAbout", "PyES Version 0.3.1", None)
71+
QCoreApplication.translate("dialogAbout", "PyES Version 0.4.0", None)
7272
)
7373
self.label_3.setText(
7474
QCoreApplication.translate(

src/main/python/ui/PyES_about.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<item>
3636
<widget class="QLabel" name="label">
3737
<property name="text">
38-
<string>PyES Version 0.3.1</string>
38+
<string>PyES Version 0.4.0</string>
3939
</property>
4040
</widget>
4141
</item>

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# github_url = "https://github.com/<user or organization>/<project>/"
33

44
[version]
5-
current = "0.3.1"
5+
current = "0.4.0"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)