Skip to content

Commit

Permalink
keplergl-jupyter v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Sep 13, 2021
1 parent e12039c commit a56206c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bindings/kepler.gl-jupyter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.ipynb_checkpoints/

dist/
# labextension build
keplergl-jupyter/
build/
*.py[cod]
node_modules/
Expand Down
3 changes: 2 additions & 1 deletion bindings/kepler.gl-jupyter/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ NOTE: __Version number of the js module **`kelergl-jupyter`** and the python mod

### Step1:

Update `version_info` in keplergl/_version.py. in bindings/kepler.gl-jupyter folder. Update `EXTENSION_SPEC_VERSION` to match the js module version
Update `version_info` in keplergl/_version.py. in bindings/kepler.gl-jupyter folder. Update `EXTENSION_SPEC_VERSION` to match the js module version. Update `version` in js/package

```
git add keplergl/_version.py
git add js/package.json
git commit -am "keplergl==<version>"
```

Expand Down
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.0",
"version": "0.3.1",
"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

0 comments on commit a56206c

Please sign in to comment.