Skip to content

Commit

Permalink
Patch v0.1.1 - Fix error where dash_cytoscape.utils cannot be imported (
Browse files Browse the repository at this point in the history
#52)

* Added dash_cytoscape/utils to MANIFEST.in

* Incremented Version
  • Loading branch information
Xing authored Apr 6, 2019
1 parent 5d1089b commit 847ae4a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dash_cytoscape/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 847ae4a

Please sign in to comment.