Skip to content

Commit 980aac7

Browse files
committed
Bump to 0.2.5
1 parent 43f1a1a commit 980aac7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.4"
3+
version = "0.2.5"
44
description = ""
55
authors = ["Lorenzo Castellino <castellino96@gmail.com>"]
66
license = "GPLv3"

release_text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PyES Version 0.2.4
1+
# PyES Version 0.2.5
22

33
* Solids are now computed sequentially
44
* Invalid shifts are corrected as suggested in [Bethke, 1996](https://www.cambridge.org/core/journals/mineralogical-magazine/article/abs/c-m-bethke-geochemical-reaction-modeling-new-york-oxford-oxford-university-press-1996-xvii-397-pp-price-3795-isbn-0195094751/AA8A9567BE561FACFEC9D5B2202DF73A)

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.2.4",
5+
"version": "0.2.5",
66
"extra_pyinstaller_args": [
77
"--exclude-module",
88
"PySide6.QtQml",

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.2.4"
5+
current = "0.2.5"
66

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

0 commit comments

Comments
 (0)