Skip to content

Commit

Permalink
Bump version: 0.30.0 → 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 10, 2024
1 parent 52f889c commit 4187a90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion geemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
__version__ = "0.30.0"
__version__ = "0.30.1"

import os

Expand Down
22 changes: 14 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "geemap"
version = "0.30.0"
version = "0.30.1"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -96,25 +96,22 @@ workshop = [
"gdown",
]

[tool]
[tool.setuptools.packages.find]
where = ["geemap"]
namespaces = false

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

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}


[tool.distutils.bdist_wheel]
universal = true


[tool.bumpversion]
current_version = "0.30.0"
current_version = "0.30.1"
commit = true
tag = true

Expand All @@ -128,10 +125,19 @@ filename = "geemap/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'


[tool.flake8]
exclude = [
"docs",
]
max-line-length = 88

[tool.setuptools_scm]

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

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

0 comments on commit 4187a90

Please sign in to comment.