Skip to content

Commit

Permalink
bump to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Apr 7, 2021
1 parent 8fb38b6 commit 1cb27c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mercurygui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import mercurygui.config

__version__ = "3.0.0.dev0"
__version__ = "3.0.0"
__author__ = "Sam Schott"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="mercurygui",
version="3.0.0.dev0",
version="3.0.0",
description="A GUI to control the Oxford instruments Mercury iTC",
author="Sam Schott",
author_email="[email protected]",
Expand Down

0 comments on commit 1cb27c8

Please sign in to comment.