Skip to content

Commit

Permalink
bumped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Trnka committed Feb 20, 2022
1 parent 2783391 commit e78673f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include dash_3dcloud/dash_wordcloud.min.js
include dash_3dcloud/dash_wordcloud.dev.js
include dash_3dcloud/metadata.json
include dash_3dcloud/package.json
include dash_d3cloud/dash_d3cloud.min.js
include dash_d3cloud/dash_d3cloud.min.js.map
include dash_d3cloud/dash_d3cloud.dev.js
include dash_d3cloud/dash_d3cloud.dev.js.map
include dash_d3cloud/metadata.json
include dash_d3cloud/package.json
include README.md
2 changes: 1 addition & 1 deletion dash_d3cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash_d3cloud",
"version": "0.1.1",
"version": "0.2.0",
"description": "Dash component based on react-wordcloud which is based on d3-cloud",
"scripts": {
"start": "webpack-serve ./webpack.serve.config.js --open",
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_d3cloud",
"version": "0.1.1",
"version": "0.2.0",
"description": "Dash component based on react-wordcloud which is based on d3-cloud",
"scripts": {
"start": "webpack-serve ./webpack.serve.config.js --open",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# dash is required to call `build:py`
dash>=0.41.0
pyyaml

0 comments on commit e78673f

Please sign in to comment.