Skip to content

Commit

Permalink
Bump version: 1.8.0 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1kko committed Jun 19, 2023
1 parent 5a5f99b commit ede4b72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.0
current_version = 1.9.0

[comment]
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ keywords:
- uncertainty-quantification
- fusion-reactor
license: Apache-2.0
version: 1.8.0
version: 1.9.0
2 changes: 1 addition & 1 deletion 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 = "duqtools"
version = "1.8.0"
version = "1.9.0"
description = "Dynamic uncertainty quantification for Tokamak reactor simulations modelling"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/duqtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def fix_dependencies():

__author__ = 'Stef Smeets'
__email__ = 's.smeets@esciencecenter.nl'
__version__ = '1.8.0'
__version__ = '1.9.0'

import logging # noqa
import warnings # noqa
Expand Down

0 comments on commit ede4b72

Please sign in to comment.