Skip to content

Commit

Permalink
Bump version: 0.30.2 → 0.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 11, 2024
1 parent c0bf463 commit c67e951
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.2"
__version__ = "0.30.3"

import os

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


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

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




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



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

Expand Down

0 comments on commit c67e951

Please sign in to comment.