Skip to content

Commit bd77e87

Browse files
committed
Bump version 0.0.21 -> 0.0.22
1 parent 2a5f9ce commit bd77e87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.21"
3+
version: "0.0.22"
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.21"
7+
version = "0.0.22"
88
description = "PLOtting tool for Nice Simulations"
99
readme = "README.md"
1010
authors = [{ name = "Jolien Malfait", email = "[email protected]" },
@@ -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.21"
38+
current_version = "0.0.22"
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.21"
1+
__version__ = "0.0.22"
22

33
from plons.LoadData import LoadSetup, LoadFullDump, LoadSink

0 commit comments

Comments
 (0)