diff --git a/hplc/__init__.py b/hplc/__init__.py index 6c82c88..93003cc 100644 --- a/hplc/__init__.py +++ b/hplc/__init__.py @@ -2,4 +2,4 @@ from . import io __author__ = """Griffin Chure and Jonas Cremer""" __email__ = """griffinchure@gmail.com""" -__version__ = "0.2.2" +__version__ = "0.2.6" diff --git a/setup.py b/setup.py index baa796a..1ae436a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -__version__ = "0.2.5" +__version__ = "0.2.6" # The directory containing this file HERE = pathlib.Path(__file__).parent