From 1b5601b09a5af73b1740f74c75a5a74daf75d6e0 Mon Sep 17 00:00:00 2001 From: gchure Date: Tue, 28 May 2024 17:49:08 -0700 Subject: [PATCH] Bumped version to 0.2.6 --- hplc/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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