Skip to content

Commit dca1f3c

Browse files
committed
version to 0.4.0rc1
1 parent 7a85bca commit dca1f3c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.0rc1"

bindings/python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "keplergl-jupyter",
3-
"version": "0.4.0",
3+
"version": "0.0.0",
44
"scripts": {
55
"build": "node esbuild.config.mjs",
66
"dev": "node esbuild.config.mjs --watch",

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "keplergl"
3-
version = "0.4.0"
3+
version = "0.4.0rc1"
44
description = "Kepler.gl Jupyter Widget"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)