Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marimeireles committed Apr 28, 2021
1 parent bbca928 commit 320e029
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ipycytoscape/_frontend.py
Expand Up @@ -12,4 +12,4 @@
"""

module_name = "jupyter-cytoscape"
module_version = "^1.2.0"
module_version = "^1.2.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, 2, 0)
version_info = (1, 2, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion 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 package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-cytoscape",
"version": "1.2.0",
"version": "1.2.1",
"description": "A Cytoscape Jupyter Widget",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 320e029

Please sign in to comment.