Skip to content

Commit

Permalink
Bump 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Jan 10, 2023
1 parent 737d21d commit 1c3b406
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.23.0"
module_version = "^0.24.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, 23, 0)
version_info = (0, 24, 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.23.0",
"version": "0.24.0",
"description": "A Jupyter widget using sigma.js to render interactive networks.",
"keywords": [
"sigma",
Expand Down

0 comments on commit 1c3b406

Please sign in to comment.