diff --git a/CHANGELOG.md b/CHANGELOG.md index 712865e5..2e008690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 20120-07-09 + ### Added * Contributed initial build of R package. * Added access to cytoscape.js PNG and JPG image generation API through `generateImage` and diff --git a/dash_cytoscape/package.json b/dash_cytoscape/package.json index c2ae201b..5a9007ac 100644 --- a/dash_cytoscape/package.json +++ b/dash_cytoscape/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.1.1", + "version": "0.2.0", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "repository": { "type": "git", diff --git a/package.json b/package.json index c2ae201b..5a9007ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.1.1", + "version": "0.2.0", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "repository": { "type": "git",