Skip to content

Commit

Permalink
Bump 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 16, 2022
1 parent 84b8a3d commit 2ac6cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipysigma/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

module_name = "ipysigma"
module_version = "^0.22.0"
module_version = "^0.23.0"
2 changes: 1 addition & 1 deletion ipysigma/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 22, 0)
version_info = (0, 23, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipysigma",
"version": "0.22.0",
"version": "0.23.0",
"description": "A Jupyter widget using sigma.js to render interactive networks.",
"keywords": [
"sigma",
Expand Down

0 comments on commit 2ac6cc1

Please sign in to comment.