Skip to content

Commit 371b9f8

Browse files
authored
Merge pull request #27 from hydrosquall/cameron.yick/minor-release-bump
bump: version 0.4.2
2 parents c4f9ce7 + 88fcde7 commit 371b9f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datasette-nteract-data-explorer",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Automatic data visualization in datasette",
55
"source": "frontend-src/main.tsx",
66
"main": "dist/index.js",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
import os
33

4-
VERSION = "0.4.1"
4+
VERSION = "0.4.2"
55
ROOT = os.path.dirname(os.path.abspath(__file__))
66

77
def get_long_description():

0 commit comments

Comments
 (0)