Skip to content

Commit

Permalink
release(pydeck): Publish pydeck v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed May 10, 2024
1 parent c04824b commit 39ab4fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bindings/pydeck/docs/CHANGELOG.rst
Expand Up @@ -6,6 +6,10 @@ Releases and associated GitHub PRs for pydeck are documented here.
0.9 Releases
------------

0.9.1 - May 10 2024
^^^^^^^^^^^^^^^^^^^
- Fix pydeck iframe height in Google Colab (#8881)

0.9.0 - Apr 29 2024
^^^^^^^^^^^^^^^^^^^
- Update to deck.gl v9.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.0"
release = "0.9.1"
# 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.0"
__version__ = "0.9.1"
2 changes: 1 addition & 1 deletion bindings/pydeck/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pydeck"
version = "0.9.0"
version = "0.9.1"
requires-python = ">=3.8"

[build-system]
Expand Down

0 comments on commit 39ab4fb

Please sign in to comment.