Skip to content

Commit

Permalink
pydeck v0.9.0, pydeck-carto v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Apr 29, 2024
1 parent c985af9 commit d69a895
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/docs/conf.py
Expand Up @@ -14,7 +14,7 @@
# The short X.Y version
version = "0.2"
# The full version, including alpha/beta/rc tags
release = "0.2.0b0"
release = "0.2.0"
# Extensions to generate documents from our docstrings here
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_rtd_theme"]
templates_path = ["_templates"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/pydeck_carto/_version.py
@@ -1 +1 @@
__version__ = "0.2.0b0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/requirements/requirements-rtd.txt
@@ -1 +1 @@
pydeck-carto>=0.1.0
pydeck-carto>=0.2.0
2 changes: 1 addition & 1 deletion bindings/pydeck-carto/setup.py
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(exclude=["examples", "tests"]),
python_requires=">=3.8",
install_requires=[
"pydeck>=0.8.0",
"pydeck>=0.9.0",
"carto-auth>=0.2.0",
"typing-extensions>=4.0.0",
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck/docs/conf.py
Expand Up @@ -12,7 +12,7 @@
# The short X.Y version
version = "0.9"
# The full version, including alpha/beta/rc tags
release = "0.9.0b0"
release = "0.9.0"
# Extensions to generate documents from our docstrings here
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_rtd_theme"]
templates_path = ["_templates"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/pydeck/pydeck/_version.py
@@ -1 +1 @@
__version__ = "0.9.0b0"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion bindings/pydeck/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pydeck"
version = "0.9.0b0"
version = "0.9.0"
requires-python = ">=3.8"

[build-system]
Expand Down

0 comments on commit d69a895

Please sign in to comment.