Skip to content

Commit

Permalink
Bump to v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed May 25, 2023
1 parent a1563ae commit b481548
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.12.3",
"version": "0.12.4",
"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, 12, 3, 'final', 1)
version_info = (0, 12, 4, 'final', 1)

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

0 comments on commit b481548

Please sign in to comment.