From e8f27101de6a2d6cb042e82f5921eb0088569ff3 Mon Sep 17 00:00:00 2001 From: Clarmy Lee Date: Mon, 13 May 2024 17:12:05 +0800 Subject: [PATCH] chore: fix version --- docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d089f41..7a6c833 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,8 +22,8 @@ author = "Clarmy" # The full version, including alpha/beta/rc tags -release = "1.1.7" -version = "1.1.7" +release = "1.1.8" +version = "1.1.8" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index cc15119..ac20deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cnmaps" -version = "1.1.7" +version = "1.1.8" description = "A python package to draw china maps more easily" authors = ["Clarmy "] license = "BSD 3-Clause License"