diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ab0801..f14d0c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2019-04-05 + +### Fixed +* Error where `dash_cytoscape.utils` cannot be imported. + ## [0.1.0] - 2019-04-05 ### Added diff --git a/MANIFEST.in b/MANIFEST.in index 30445a61..4915c743 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,6 @@ include dash_cytoscape/dash_cytoscape_extra.min.js include dash_cytoscape/dash_cytoscape_extra.dev.js include dash_cytoscape/metadata.json include dash_cytoscape/package.json +include dash_cytoscape/utils include README.md include LICENSE \ No newline at end of file diff --git a/dash_cytoscape/package.json b/dash_cytoscape/package.json index 78a09c0c..5e43208f 100644 --- a/dash_cytoscape/package.json +++ b/dash_cytoscape/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.1.0", + "version": "0.1.1", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "main": "build/index.js", "scripts": { diff --git a/package.json b/package.json index 78a09c0c..5e43208f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.1.0", + "version": "0.1.1", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "main": "build/index.js", "scripts": {