Skip to content

Commit

Permalink
versioning 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiikurage committed Jul 1, 2017
1 parent 21fe735 commit 928ecfd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed dist/webdnn-1.0.0-py3.6.egg
Binary file not shown.
Binary file added dist/webdnn-1.1.0-py3.6.egg
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WebDNN",
"version": "1.0.0",
"version": "1.1.0",
"description": "Deep Neural Network Execution Framework for Web Browsers",
"main": "dist/webdnn.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="webdnn",
version="1.0.0",
version="1.1.0",
package_dir={"": "src/graph_transpiler"},
packages=find_packages("src/graph_transpiler"),
package_data={"": "*.js"}
Expand Down

0 comments on commit 928ecfd

Please sign in to comment.