diff --git a/pyistp/__init__.py b/pyistp/__init__.py index a158dc8..88fb63c 100644 --- a/pyistp/__init__.py +++ b/pyistp/__init__.py @@ -2,7 +2,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.2.1' +__version__ = '0.2.2' from .loader import ISTPLoader as _ISTPLoader diff --git a/pyproject.toml b/pyproject.toml index c7c464c..5abc62c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'pyistp' -version = "0.2.1" +version = "0.2.2" description = "An easy to use ISTP loader package." keywords= ["satellite", "plasma-physics", "nasa-data", "amda", "cdpp", "CDF"] authors = [ diff --git a/setup.cfg b/setup.cfg index 19e63bb..89d4b7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True