Skip to content

Commit

Permalink
Bump version: 0.30.3 → 0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 12, 2024
1 parent 860e991 commit 681ba40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geemap/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
__version__ = "0.30.3"
__version__ = "0.30.4"

import os

Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "geemap"
version = "0.30.3"
version = "0.30.4"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -110,7 +110,7 @@ universal = true


[tool.bumpversion]
current_version = "0.30.3"
current_version = "0.30.4"
commit = true
tag = true

Expand All @@ -127,6 +127,7 @@ replace = '__version__ = "{new_version}"'




[tool.flake8]
exclude = [
"docs",
Expand All @@ -137,6 +138,7 @@ max-line-length = 88




[project.urls]
Homepage = "https://github.com/gee-community/geemap"

Expand Down

0 comments on commit 681ba40

Please sign in to comment.