Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 14, 2023
1 parent e0bc8a9 commit cef7c53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "geeservermap"
author = "LDC Research Repository "
copyright = f"2020-{datetime.now().year}, {author}"
release = "0.0.0"
release = "0.0.0rc1"

# -- General configuration -----------------------------------------------------
extensions = [
Expand Down
2 changes: 1 addition & 1 deletion geeservermap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from .main import MESSAGES as MESSAGES
from .map import Map as Map

__version__ = "0.0.0"
__version__ = "0.0.0rc1"
__author__ = "LDC Research Repository"
__email__ = "[email protected]"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "geeservermap"
version = "0.0.0"
version = "0.0.0rc1"
description = "Interactive map for Google Earth Engine in python"
keywords = [
"google earth engine",
Expand Down Expand Up @@ -77,7 +77,7 @@ post-install-commands = ["pre-commit install"]
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.0.0"
version = "0.0.0rc1"
version_files = [
"pyproject.toml:version",
"geeservermap/__init__.py:__version__",
Expand Down

0 comments on commit cef7c53

Please sign in to comment.