Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoMeyer441 committed Jun 26, 2020
2 parents c973830 + de42bcf commit 614b0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github_binary_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

__copyright__ = "Copyright © 2019 Forschungszentrum Jülich GmbH. All rights reserved."
__license__ = "MIT"
__version_info__ = (0, 1, 4)
__version_info__ = (0, 1, 5)
__version__ = ".".join(map(str, __version_info__))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run(self):
"""
#!/usr/bin/env python3
from simple_term_menu import main
from github_binary_upload import main
if __name__ == "__main__":
Expand Down

0 comments on commit 614b0f7

Please sign in to comment.