Skip to content

Commit

Permalink
Bump version 0.0.21 -> 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolien128 committed Nov 9, 2023
1 parent 2a5f9ce commit bd77e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: plons
version: "0.0.21"
version: "0.0.22"

about:
home: "https://github.com/Ensor-code/plons"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "plons"
version = "0.0.21"
version = "0.0.22"
description = "PLOtting tool for Nice Simulations"
readme = "README.md"
authors = [{ name = "Jolien Malfait", email = "jolien.malfait@kuleuven.be" },
Expand Down Expand Up @@ -35,7 +35,7 @@ dev = ["black", "bumpver", "pip-tools", "pytest"]
Homepage = "https://github.com/Ensor-code/plons"

[tool.bumpver]
current_version = "0.0.21"
current_version = "0.0.22"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/plons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.21"
__version__ = "0.0.22"

from plons.LoadData import LoadSetup, LoadFullDump, LoadSink

0 comments on commit bd77e87

Please sign in to comment.