Skip to content

Commit 38900d4

Browse files
committed
Bump version to 1.9.1
1 parent 444e768 commit 38900d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cinrad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
from .io import read_level2
99

10-
__version__ = "1.9.0"
10+
__version__ = "1.9.1"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Puyuan Du"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.9.0"
25+
release = "1.9.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name="cinrad",
36-
version="1.9.0",
36+
version="1.9.1",
3737
description="Decode CINRAD radar data and visualize",
3838
long_description="Decode CINRAD radar data and visualize",
3939
license="GPL Licence",

0 commit comments

Comments
 (0)