Skip to content

Commit

Permalink
bump version 0.11.0 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Jun 27, 2022
1 parent 4fc5a34 commit ceb763f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masci_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0'
__version__ = '0.11.1'
__authors__ = 'The JuDFT team. Also see AUTHORS.txt file.'

logging.getLogger(__name__).addHandler(logging.NullHandler())
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ split_arguments_when_comma_terminated = true
indent_dictionary_value = false

[bumpver]
current_version = "0.11.0"
current_version = "0.11.1"
version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit ceb763f

Please sign in to comment.