Skip to content

Commit

Permalink
Increase the version number to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Aug 30, 2021
1 parent 79ba763 commit 395618f
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, 4, 0)
__version_info__ = (1, 4, 1)
__version__ = ".".join(map(str, __version_info__))


Expand Down

0 comments on commit 395618f

Please sign in to comment.