浏览代码

Update to 1.1.9

Lutz Roeder 8 年之前
父节点
当前提交
4f6cd1ae13
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      package.json
  2. 1 1
      setup.py

+ 2 - 2
package.json

@@ -5,8 +5,8 @@
         "email": "[email protected]",
         "url": "lutzroeder.com"
     },
-    "version": "1.1.8",
-    "description": "Viewer for ONNX neural network models",
+    "version": "1.1.9",
+    "description": "Viewer neural network models",
     "license": "MIT",
     "repository": "lutzroeder/netron",
     "main": "src/app.js",

+ 1 - 1
setup.py

@@ -92,7 +92,7 @@ class build_py(setuptools.command.build_py.build_py):
 setuptools.setup(
     name="netron",
     version=package_version,
-    description="Viewer for ONNX neural network models",
+    description="Viewer for neural network models",
     license="MIT",
     cmdclass={ 'build_py': build_py },
     package_dir={ 'netron': 'src' },