Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed May 20, 2019
1 parent bea120e commit 65b7f28
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ipysheet
channels:
- conda-forge
dependencies:
- ipysheet=0.4.1
- ipysheet=0.4.2
- pscript
- pandas
- bqplot
8 changes: 4 additions & 4 deletions ipysheet/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_tuple__ = (0, 4, 1)
__version_tuple_js__ = (0, 4, 1)
__version__ = '0.4.1'
__version_js__ = '0.4.1'
__version_tuple__ = (0, 4, 2)
__version_tuple_js__ = (0, 4, 2)
__version__ = '0.4.2'
__version_js__ = '0.4.2'

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.1",
"version": "0.4.2",
"description": "Spreadsheet in the Jupyter notebook",
"author": "Maarten A. Breddels",
"main": "lib/index.js",
Expand Down

0 comments on commit 65b7f28

Please sign in to comment.