Skip to content

Commit

Permalink
Bump to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jul 25, 2022
1 parent 3b1dc5a commit b342bdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-scatter",
"version": "0.6.1",
"version": "0.7.0",
"description": "A scatter plot extension for Jupyter Notebook and Lab",
"author": "Fritz Lekschas",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion jscatter/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Module version
version_info = (0, 6, 1, 'final', 1)
version_info = (0, 7, 0, 'final', 1)

# Module version stage suffix map
_specifier_ = {'alpha': 'alpha', 'beta': 'beta', 'candidate': 'rc', 'final': ''}
Expand Down

0 comments on commit b342bdc

Please sign in to comment.