Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Jan 22, 2024
1 parent 4ecf45b commit f403be2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ keywords:
- uncertainty-quantification
- fusion-reactor
license: Apache-2.0
version: 0.3.0
version: 0.4.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
[project]
name = "imas2xarray"
version = "0.3.0"
version = "0.4.0"
description = "Imas2xarray is a tool reading IMAS data in hdf5 format into xarray."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -168,7 +168,7 @@ quote-style = "single"
indent-style = "space"

[tool.bumpversion]
current_version = "0.3.0"
current_version = "0.4.0"

[[tool.bumpversion.files]]
filename = "src/imas2xarray/__init__.py"
Expand Down
2 changes: 1 addition & 1 deletion src/imas2xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = 'Stef Smeets'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.4.0'

__all__ = [
'H5Handle',
Expand Down

0 comments on commit f403be2

Please sign in to comment.