Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi committed Jan 5, 2021
1 parent 04de46a commit 21c64d4
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"""

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

version_info = (1, 1, 0)
version_info = (1, 2, 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": "jupyter-cytoscape",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Cytoscape Jupyter Widget",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 21c64d4

Please sign in to comment.