diff --git a/qexpy/__init__.py b/qexpy/__init__.py index 12483ea..5fe2ec0 100644 --- a/qexpy/__init__.py +++ b/qexpy/__init__.py @@ -28,7 +28,7 @@ import sys -__version__ = '3.0.0' +__version__ = '2.0.0' from .utils import load_data_from_file diff --git a/setup.py b/setup.py index 004be4f..89ac3e3 100644 --- a/setup.py +++ b/setup.py @@ -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='ryan.martin@queensu.ca, astral.cai@queensu.ca',