Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 2, 2023
1 parent 8f12ed8 commit 0740fc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.6.3
commit = True
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
Expand Down
4 changes: 2 additions & 2 deletions ipyvolume/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.6.2'
__version_js__ = '0.6.2'
__version__ = '0.6.3'
__version_js__ = '0.6.3'
# kept for embedding in offline mode, we don't care about the patch version since it should be compatible
__version_threejs__ = '0.97'
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyvolume",
"version": "0.6.2",
"version": "0.6.3",
"description": "IPython widget for rendering 3d volumes",
"author": "Maarten A. Breddels",
"main": "lib/index.js",
Expand Down

0 comments on commit 0740fc6

Please sign in to comment.