Skip to content

Commit

Permalink
Update version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Mar 31, 2020
1 parent 351a962 commit 8e93ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qexpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import sys

__version__ = '3.0.0'
__version__ = '2.0.0'

from .utils import load_data_from_file

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='qexpy',
packages=find_packages(),
version='3.0.0',
version='2.0.0',
description='''Package to handle error analysis and data plotting aimed at undergraduate physics.''',
author='Astral Cai, Connor Kapahi, Prof. Ryan Martin',
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit 8e93ed8

Please sign in to comment.