Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefsmeets committed Feb 22, 2019
1 parent 8108cac commit 9cf266f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions instamatic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
# #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #

VERSION = (1, 0, 0)
tag = "dev"
VERSION = (1, 1, 0, tag)

__version__ = "{}.{}.{}".format(*VERSION)
__version__ = "{}.{}.{}{}".format(*VERSION, tag)
__title__ = "instamatic"
__long_title__ = f"{__title__} v{__version__}"
__author__ = "Stef Smeets"
__author_email__ = "stef.smeets@tudelft.nl"
__author_email__ = "s.smeets@tudelft.nl"
__description__ = "Python program to collect serial and rotation electron diffraction data"
__license__ = "GPLv3"
__url__ = "http://github.com/stefsmeets/instamatic"
Expand Down

0 comments on commit 9cf266f

Please sign in to comment.