Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanideCN committed Jul 11, 2020
1 parent 4e5ee06 commit a152030
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,7 +7,7 @@

from .deprecation import Deprecated

__version__ = "1.6.0"
__version__ = "1.6.1"

# deprecate `easycalc` namespace
easycalc = Deprecated(
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Puyuan Du'

# The full version, including alpha/beta/rc tags
release = '1.6.0'
release = '1.6.1'


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

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

0 comments on commit a152030

Please sign in to comment.