From 267999d44b10f9c1e0eedd4355926ca6e4efd2fd Mon Sep 17 00:00:00 2001 From: Nicolas Aunai Date: Sat, 4 May 2024 17:21:15 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpmaps/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mpmaps/__init__.py b/mpmaps/__init__.py index c5f0fdb..e60e167 100644 --- a/mpmaps/__init__.py +++ b/mpmaps/__init__.py @@ -1,6 +1,6 @@ __author__ = """Nicolas Aunai""" __email__ = "nicolas.aunai@lpp.polytechnique.fr" -__version__ = '0.1.1' +__version__ = '0.1.2' from platformdirs import user_data_dir import urllib.request diff --git a/pyproject.toml b/pyproject.toml index 21930bd..dfbaeb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core"] [project] name = "mpmaps" -version = "0.1.1" +version = "0.1.2" description = "magnetopause maps" keywords = ["space", "plasma-physics"] authors = [ diff --git a/setup.cfg b/setup.cfg index a353f38..b71c145 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True