Skip to content

Commit e05aad9

Browse files
committed
Merge branch 'main' into Jolien
2 parents 28b1d94 + c5ff946 commit e05aad9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: plons
3-
version: "0.0.23"
3+
version: "0.0.24"
44

55
about:
66
home: "https://github.com/Ensor-code/plons"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plons"
7-
version = "0.0.23"
7+
version = "0.0.24"
88
description = "PLOtting tool for Nice Simulations"
99
readme = "README.md"
1010
authors = [{ name = "Jolien Malfait", email = "jolien.malfait@kuleuven.be" },
@@ -35,7 +35,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
3535
Homepage = "https://github.com/Ensor-code/plons"
3636

3737
[tool.bumpver]
38-
current_version = "0.0.23"
38+
current_version = "0.0.24"
3939
version_pattern = "MAJOR.MINOR.PATCH"
4040
commit_message = "Bump version {old_version} -> {new_version}"
4141
commit = true

src/plons/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.0.23"
1+
__version__ = "0.0.24"
22

33
from plons.LoadData import LoadSetup, LoadFullDump, LoadSink

0 commit comments

Comments
 (0)