Skip to content

Commit

Permalink
keplergl-jupyter 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Feb 1, 2025
1 parent 7bbe0b8 commit 8334ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/kepler.gl-jupyter/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keplergl-jupyter",
"version": "0.3.6",
"version": "0.3.7",
"description": "This is a simple jupyter widget for kepler.gl, an advanced geo-spatial visualization tool, to render large-scale interactive maps.",
"author": "Shan He",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions bindings/kepler.gl-jupyter/keplergl/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: MIT
# Copyright contributors to the kepler.gl project

version_info = (0, 3, 6, 'final', 0)
version_info = (0, 3, 7, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand All @@ -17,4 +17,4 @@
#
# The major version needs to match that of the JS package.
# Note: this follows the semver format, which is used to match the JS package version in keplergl-plugin.js
EXTENSION_SPEC_VERSION = '0.3.6'
EXTENSION_SPEC_VERSION = '0.3.7'

0 comments on commit 8334ab1

Please sign in to comment.