diff --git a/pyproject.toml b/pyproject.toml index 4a4c943..671de7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = "spok" -version = "0.1.0" +version = "0.1.1" description = "Space Plasmas Observations Kit" keywords = ["spok", "plasma-physics"] authors = [ diff --git a/setup.cfg b/setup.cfg index e0b94ef..aa7cb64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True @@ -18,5 +18,3 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here - diff --git a/spok/__init__.py b/spok/__init__.py index 55f1133..04f7671 100644 --- a/spok/__init__.py +++ b/spok/__init__.py @@ -2,4 +2,4 @@ __author__ = """Nicolas Aunai""" __email__ = "nicolas.aunai@lpp.polytechnique.fr" -__version__ = '0.1.0' +__version__ = '0.1.1'