Skip to content

Commit

Permalink
Merge pull request #295 from ianhi/vump
Browse files Browse the repository at this point in the history
version bump to 1.3.1
  • Loading branch information
ianhi committed Jan 4, 2022
2 parents 2547313 + 74e77c0 commit edd760b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipycytoscape/_frontend.py
Expand Up @@ -12,4 +12,4 @@
"""

module_name = "jupyter-cytoscape"
module_version = "^1.2.2"
module_version = "^1.3.1"
2 changes: 1 addition & 1 deletion ipycytoscape/_version.py
Expand Up @@ -7,5 +7,5 @@
#
# The full license is in the file LICENSE, distributed with this software.

version_info = (1, 3, 0)
version_info = (1, 3, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-cytoscape",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Cytoscape Jupyter Widget",
"keywords": [
"jupyter",
Expand Down

0 comments on commit edd760b

Please sign in to comment.