Skip to content

Commit

Permalink
bump version 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Apr 21, 2022
1 parent 49aba77 commit d36b863
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.10.0'
__version__ = '0.10.1'
__authors__ = 'The JuDFT team. Also see AUTHORS.txt file.'

logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d36b863

Please sign in to comment.