Skip to content

Commit 320e029

Browse files
committed
Version 1.2.1
1 parent bbca928 commit 320e029

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ipycytoscape/_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"""
1313

1414
module_name = "jupyter-cytoscape"
15-
module_version = "^1.2.0"
15+
module_version = "^1.2.1"

ipycytoscape/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#
88
# The full license is in the file LICENSE, distributed with this software.
99

10-
version_info = (1, 2, 0)
10+
version_info = (1, 2, 1)
1111
__version__ = ".".join(map(str, version_info))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-cytoscape",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A Cytoscape Jupyter Widget",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)