Skip to content

Commit ceb763f

Browse files
bump version 0.11.0 -> 0.11.1
1 parent 4fc5a34 commit ceb763f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

masci_tools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__copyright__ = ('Copyright (c), Forschungszentrum Jülich GmbH, IAS-1/PGI-1, Germany. '
2222
'All rights reserved.')
2323
__license__ = 'MIT license, see LICENSE.txt file.'
24-
__version__ = '0.11.0'
24+
__version__ = '0.11.1'
2525
__authors__ = 'The JuDFT team. Also see AUTHORS.txt file.'
2626

2727
logging.getLogger(__name__).addHandler(logging.NullHandler())

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ split_arguments_when_comma_terminated = true
200200
indent_dictionary_value = false
201201

202202
[bumpver]
203-
current_version = "0.11.0"
203+
current_version = "0.11.1"
204204
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
205205
commit_message = "bump version {old_version} -> {new_version}"
206206
commit = true

0 commit comments

Comments
 (0)