Skip to content

Commit

Permalink
Increase the version number to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Nov 7, 2023
1 parent d491de5 commit 10c5e8e
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 @@ -51,7 +51,7 @@
__email__ = "[email protected]"
__copyright__ = "Copyright © 2021 Forschungszentrum Jülich GmbH. All rights reserved."
__license__ = "MIT"
__version_info__ = (1, 6, 1)
__version_info__ = (1, 6, 2)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit 10c5e8e

Please sign in to comment.