Skip to content

Commit

Permalink
Increase the version number to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Oct 11, 2022
1 parent 9aad095 commit 491aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_term_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__email__ = "i.meyer@fz-juelich.de"
__copyright__ = "Copyright © 2021 Forschungszentrum Jülich GmbH. All rights reserved."
__license__ = "MIT"
__version_info__ = (1, 5, 1)
__version_info__ = (1, 5, 2)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit 491aa66

Please sign in to comment.