Skip to content

Commit 847ae4a

Browse files
author
Xing
authored
Patch v0.1.1 - Fix error where dash_cytoscape.utils cannot be imported (#52)
* Added dash_cytoscape/utils to MANIFEST.in * Incremented Version
1 parent 5d1089b commit 847ae4a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.1] - 2019-04-05
10+
11+
### Fixed
12+
* Error where `dash_cytoscape.utils` cannot be imported.
13+
914
## [0.1.0] - 2019-04-05
1015

1116
### Added

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ include dash_cytoscape/dash_cytoscape_extra.min.js
44
include dash_cytoscape/dash_cytoscape_extra.dev.js
55
include dash_cytoscape/metadata.json
66
include dash_cytoscape/package.json
7+
include dash_cytoscape/utils
78
include README.md
89
include LICENSE

dash_cytoscape/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)