diff --git a/pyistp/__init__.py b/pyistp/__init__.py index 539bff1..d909497 100644 --- a/pyistp/__init__.py +++ b/pyistp/__init__.py @@ -2,7 +2,7 @@ __author__ = """Alexis Jeandet""" __email__ = 'alexis.jeandet@member.fsf.org' -__version__ = '0.1.3' +__version__ = '0.2.0' from .loader import ISTPLoader as _ISTPLoader diff --git a/pyproject.toml b/pyproject.toml index ab853cc..feffb42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = 'pyistp' -version = "0.1.3" +version = "0.2.0" 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 a89377a..f17cc76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.2.0 commit = True tag = True