From 21c64d411b0909aa3cba1fd7ae33a9d3e5667c62 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Mon, 4 Jan 2021 21:35:27 -0500 Subject: [PATCH] bump versions --- ipycytoscape/_frontend.py | 2 +- ipycytoscape/_version.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ipycytoscape/_frontend.py b/ipycytoscape/_frontend.py index 503ce54f..91444db2 100644 --- a/ipycytoscape/_frontend.py +++ b/ipycytoscape/_frontend.py @@ -12,4 +12,4 @@ """ module_name = "jupyter-cytoscape" -module_version = "^1.1.0" +module_version = "^1.2.0" diff --git a/ipycytoscape/_version.py b/ipycytoscape/_version.py index 60fabed6..b0395236 100644 --- a/ipycytoscape/_version.py +++ b/ipycytoscape/_version.py @@ -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)) diff --git a/package.json b/package.json index 493f6908..4295fe36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-cytoscape", - "version": "1.1.0", + "version": "1.2.0", "description": "A Cytoscape Jupyter Widget", "keywords": [ "jupyter",