From d36b8637839dc15e4b1961fe0eac4a918b6c03c7 Mon Sep 17 00:00:00 2001 From: janssenhenning Date: Thu, 21 Apr 2022 19:26:16 +0200 Subject: [PATCH] bump version 0.10.0 -> 0.10.1 --- masci_tools/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/masci_tools/__init__.py b/masci_tools/__init__.py index 7bf5f25fb..3b232caf3 100644 --- a/masci_tools/__init__.py +++ b/masci_tools/__init__.py @@ -21,7 +21,7 @@ __copyright__ = ('Copyright (c), Forschungszentrum Jülich GmbH, IAS-1/PGI-1, Germany. ' 'All rights reserved.') __license__ = 'MIT license, see LICENSE.txt file.' -__version__ = '0.10.0' +__version__ = '0.10.1' __authors__ = 'The JuDFT team. Also see AUTHORS.txt file.' logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/pyproject.toml b/pyproject.toml index 3ebd88ceb..d94325e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,7 +199,7 @@ split_arguments_when_comma_terminated = true indent_dictionary_value = false [bumpver] -current_version = "0.10.0" +current_version = "0.10.1" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true