Skip to content

Commit

Permalink
0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 1, 2019
1 parent 479b91a commit a59126a
Show file tree
Hide file tree
Showing 3 changed files with 1,774 additions and 1,793 deletions.
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, 2, 1)
__version_tuple_js__ = (0, 2, 0)
__version__ = '0.2.1'
__version_js__ = '0.2.0'
__version_tuple__ = (0, 3, 0)
__version_tuple_js__ = (0, 3, 0)
__version__ = '0.3.0'
__version_js__ = '0.3.0'

version_info = __version_tuple__ # kept for backward compatibility

0 comments on commit a59126a

Please sign in to comment.