We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f9ce7 + 88fcde7 commit 371b9f8Copy full SHA for 371b9f8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "datasette-nteract-data-explorer",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"description": "Automatic data visualization in datasette",
5
"source": "frontend-src/main.tsx",
6
"main": "dist/index.js",
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup
import os
-VERSION = "0.4.1"
+VERSION = "0.4.2"
ROOT = os.path.dirname(os.path.abspath(__file__))
7
def get_long_description():
0 commit comments