Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarmy committed May 13, 2024
1 parent 724dd40 commit e8f2710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.7"
version = "1.1.7"
release = "1.1.8"
version = "1.1.8"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD 3-Clause License"
Expand Down

0 comments on commit e8f2710

Please sign in to comment.