Skip to content

Commit

Permalink
🔖 py 0.6.0-alpha.7 released
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 13, 2021
1 parent 5ac4e6d commit 39f6344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Publish Package

# on:
# release:
# types: [published]
on:
release:
types: [published]
push:
tags:
- *

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
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, 6, 0, 'alpha.6')
__version__ = '0.6.0-alpha.6'
__version_tuple__ = (0, 6, 0, 'alpha.7')
__version__ = '0.6.0-alpha.7'
__version_tuple_js__ = (0, 6, 0, 'alpha.6')
__version_js__ = '0.6.0-alpha.6'
# kept for embedding in offline mode, we don't care about the patch version since it should be compatible
Expand Down

0 comments on commit 39f6344

Please sign in to comment.