Skip to content

Commit

Permalink
Release npm version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 6, 2019
1 parent 6ba975e commit c5e7570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ipysheet/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_tuple__ = (0, 4, 0)
__version_tuple_js__ = (0, 4, 0)
__version_tuple_js__ = (0, 4, 1)
__version__ = '0.4.0'
__version_js__ = '0.4.0'
__version_js__ = '0.4.1'

version_info = __version_tuple__ # kept for backward compatibility
2 changes: 1 addition & 1 deletion js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipysheet",
"version": "0.4.0",
"version": "0.4.1",
"description": "Spreadsheet in the Jupyter notebook",
"author": "Maarten A. Breddels",
"main": "lib/index.js",
Expand Down

0 comments on commit c5e7570

Please sign in to comment.