Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jan 11, 2019
1 parent d2705f8 commit 4d15267
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include ipysheet/static *.*
include ipysheet.json
include LICENSE
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ ipysheet contains a part (the Renderer widget) that will allow arbitrary Javascr
```
$ jupyter nbextension disable --py --sys-prefix ipysheet.renderer_nbext
$ jupyter labextension disable ipysheet:renderer # for jupyter lab
```
```
6 changes: 3 additions & 3 deletions ipysheet/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_tuple__ = (0, 2, 0)
__version_tuple__ = (0, 2, 1)
__version_tuple_js__ = (0, 2, 0)
__version__ = '0.2.0'
__version__ = '0.2.1'
__version_js__ = '0.2.0'

version_info = __version_tuple__ # kept for backward compatibility
version_info = __version_tuple__ # kept for backward compatibility
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[bdist_wheel]
universal=1

[metadata]
license_file = LICENSE

0 comments on commit 4d15267

Please sign in to comment.