Skip to content

Commit

Permalink
Bumped version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed May 29, 2024
1 parent 9f2f84e commit 1b5601b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hplc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import io
__author__ = """Griffin Chure and Jonas Cremer"""
__email__ = """[email protected]"""
__version__ = "0.2.2"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b5601b

Please sign in to comment.