Skip to content

Commit

Permalink
Bump version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanideCN committed Jan 8, 2023
1 parent 21d8e2e commit 93fec6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cinrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

from .io import read_level2

__version__ = "1.7.1"
__version__ = "1.7.2"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Puyuan Du"

# The full version, including alpha/beta/rc tags
release = "1.7.1"
release = "1.7.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name="cinrad",
version="1.7.1",
version="1.7.2",
description="Decode CINRAD radar data and visualize",
long_description="Decode CINRAD radar data and visualize",
license="GPL Licence",
Expand Down

0 comments on commit 93fec6f

Please sign in to comment.