Skip to content

Commit

Permalink
Merge pull request #27 from hydrosquall/cameron.yick/minor-release-bump
Browse files Browse the repository at this point in the history
bump: version 0.4.2
  • Loading branch information
hydrosquall authored Aug 27, 2022
2 parents c4f9ce7 + 88fcde7 commit 371b9f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datasette-nteract-data-explorer",
"version": "0.4.1",
"version": "0.4.2",
"description": "Automatic data visualization in datasette",
"source": "frontend-src/main.tsx",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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__))

def get_long_description():
Expand Down

0 comments on commit 371b9f8

Please sign in to comment.