Skip to content

Commit

Permalink
Merge pull request #190 from Sichao25/update
Browse files Browse the repository at this point in the history
Bump version: 1.0.2 → 1.1.0
  • Loading branch information
Xiaojieqiu authored Jul 8, 2023
2 parents d9c3b67 + d8c0437 commit c729d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read_requirements(path):

setup(
name="spateo-release",
version="1.0.2",
version="1.1.0",
python_requires=">=3.7",
install_requires=read_requirements("requirements.txt"),
extras_require={
Expand Down

0 comments on commit c729d0e

Please sign in to comment.