Skip to content

Commit

Permalink
Release 0.5.1 of py
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Sep 13, 2018
1 parent b2ffb60 commit 65f2e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipyvolume/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

__version_tuple__ = (0, 5, 0)
__version__ = '0.5.0'
__version_tuple__ = (0, 5, 1)
__version__ = '0.5.1'
__version_tuple_js__ = (0, 5, 0)
__version_js__ = '0.5.0'
__version_threejs__ = '0.91' # kept for embedding in offline mode, we don't care about the patch version since it should be compatible

0 comments on commit 65f2e54

Please sign in to comment.