From 97fca4fdb4cae08a5fda371151ea78b76b71358e Mon Sep 17 00:00:00 2001 From: Mykhaylo Shumko Date: Sat, 15 Jun 2024 20:33:53 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.23.0=20=E2=86=92=200.23.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- asilib/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ad76504..c5d7de1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.23.0 +current_version = 0.23.1 tag = True commit = True diff --git a/asilib/__init__.py b/asilib/__init__.py index a814b59..479625a 100644 --- a/asilib/__init__.py +++ b/asilib/__init__.py @@ -1,7 +1,7 @@ import pathlib import configparser -__version__ = '0.23.0' +__version__ = '0.23.1' # Load the configuration settings. HERE = pathlib.Path(__file__).parent.resolve() diff --git a/pyproject.toml b/pyproject.toml index 71ccb4c..8bf9287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "asilib" -version = "0.23.0" +version = "0.23.1" description = "An open source package providing data access and analysis tools for the world's all-sky imager (ASI) data." keywords = [ "aurora", "all sky imager", "REGO", "THEMIS", "TREx",] classifiers = [