Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed May 7, 2019
1 parent b6f7103 commit 668a86a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0
- ipysheet=0.4.1
- pscript
- pandas
- bqplot
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__ = (0, 4, 1)
__version_tuple_js__ = (0, 4, 1)
__version__ = '0.4.0'
__version__ = '0.4.1'
__version_js__ = '0.4.1'

version_info = __version_tuple__ # kept for backward compatibility

0 comments on commit 668a86a

Please sign in to comment.