From 6f0bd7fa43e8289a9e4e19c1ceaa44bbb89a922d Mon Sep 17 00:00:00 2001 From: Nicolas Aunai Date: Sat, 4 May 2024 11:57:38 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 4 +--- spok/__init__.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) 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'