Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 3, 2019
1 parent 0519342 commit 2fb8195
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.3.4
- ipysheet=0.3.5
- 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, 3, 4)
__version_tuple_js__ = (0, 3, 5)
__version__ = '0.3.4'
__version_js__ = '0.3.5'
__version_tuple__ = (0, 3, 5)
__version_tuple_js__ = (0, 3, 6)
__version__ = '0.3.5'
__version_js__ = '0.3.6'

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

0 comments on commit 2fb8195

Please sign in to comment.