From 38900d459de59e2f397f2b65373df0f1d34e0e86 Mon Sep 17 00:00:00 2001 From: CyanideCN Date: Wed, 31 Jul 2024 23:29:56 -0700 Subject: [PATCH] Bump version to 1.9.1 --- cinrad/__init__.py | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cinrad/__init__.py b/cinrad/__init__.py index b246e97..9bb70bb 100644 --- a/cinrad/__init__.py +++ b/cinrad/__init__.py @@ -7,4 +7,4 @@ from .io import read_level2 -__version__ = "1.9.0" +__version__ = "1.9.1" diff --git a/docs/conf.py b/docs/conf.py index 5e2ae52..5e3e52c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Puyuan Du" # The full version, including alpha/beta/rc tags -release = "1.9.0" +release = "1.9.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f9e7f4a..d67fff6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="cinrad", - version="1.9.0", + version="1.9.1", description="Decode CINRAD radar data and visualize", long_description="Decode CINRAD radar data and visualize", license="GPL Licence",