Skip to content

Commit

Permalink
fix: netcdf4 lib install problem. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy authored Jun 15, 2024
1 parent e8f2710 commit b07c52a
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 299 deletions.
2 changes: 1 addition & 1 deletion cnmaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .maps import * # noqa: F403, F401
from .drawing import * # noqa: F403, F401

__version__ = "1.1.8"
__version__ = "1.1.9"

CARTOPY_DIGIT_VERSION = re.match(r"(\d*\.\d*\.\d*)", cartopy.__version__).group(1)
if CARTOPY_DIGIT_VERSION < "0.22.0":
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
author = "Clarmy"

# The full version, including alpha/beta/rc tags
release = "1.1.8"
version = "1.1.8"
release = "1.1.9"
version = "1.1.9"

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

Expand Down
Loading

0 comments on commit b07c52a

Please sign in to comment.