".circleci/unittest/linux/vscode:/vscode.git/clone" did not exist on "eb6e39157cf1aaca184b52477cf1e9159bbcbd63"
Commit 53ed465a authored by goooxu's avatar goooxu Committed by QuanluZhang
Browse files

Update version number since v0.3.4 has been released (#342)

parent b827ceaa
...@@ -37,7 +37,7 @@ Note: If you are in docker container (as root), please remove `--user` from the ...@@ -37,7 +37,7 @@ Note: If you are in docker container (as root), please remove `--user` from the
* We only support Linux (Ubuntu 16.04 or higher) in our current stage. * We only support Linux (Ubuntu 16.04 or higher) in our current stage.
* Run the following commands in an environment that has `python >= 3.5`, `git` and `wget`. * Run the following commands in an environment that has `python >= 3.5`, `git` and `wget`.
```bash ```bash
git clone -b v0.3.3 https://github.com/Microsoft/nni.git git clone -b v0.3.4 https://github.com/Microsoft/nni.git
cd nni cd nni
source install.sh source install.sh
``` ```
...@@ -47,7 +47,7 @@ Note: If you are in docker container (as root), please remove `--user` from the ...@@ -47,7 +47,7 @@ Note: If you are in docker container (as root), please remove `--user` from the
The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow installed** before running it. The following example is an experiment built on TensorFlow. Make sure you have **TensorFlow installed** before running it.
* Download the examples via clone the source code. * Download the examples via clone the source code.
```bash ```bash
git clone -b v0.3.3 https://github.com/Microsoft/nni.git git clone -b v0.3.4 https://github.com/Microsoft/nni.git
``` ```
* Run the mnist example. * Run the mnist example.
```bash ```bash
......
...@@ -11,7 +11,7 @@ with open('../../README.md', 'r') as fh: ...@@ -11,7 +11,7 @@ with open('../../README.md', 'r') as fh:
setuptools.setup( setuptools.setup(
name = 'nni', name = 'nni',
version = '0.3.3', version = '0.3.4',
author = 'Microsoft NNI team', author = 'Microsoft NNI team',
author_email = 'nni@microsoft.com', author_email = 'nni@microsoft.com',
description = 'Neural Network Intelligence package', description = 'Neural Network Intelligence package',
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* __Install NNI through source code__ * __Install NNI through source code__
git clone -b v0.3.3 https://github.com/Microsoft/nni.git git clone -b v0.3.4 https://github.com/Microsoft/nni.git
cd nni cd nni
source install.sh source install.sh
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* __Install NNI through source code__ * __Install NNI through source code__
git clone -b v0.3.3 https://github.com/Microsoft/nni.git git clone -b v0.3.4 https://github.com/Microsoft/nni.git
cd nni cd nni
source install.sh source install.sh
......
...@@ -35,7 +35,7 @@ class CustomInstallCommand(install): ...@@ -35,7 +35,7 @@ class CustomInstallCommand(install):
setup( setup(
name = 'nni', name = 'nni',
version = '0.3.3', version = '0.3.4',
author = 'Microsoft NNI Team', author = 'Microsoft NNI Team',
author_email = 'nni@microsoft.com', author_email = 'nni@microsoft.com',
description = 'Neural Network Intelligence project', description = 'Neural Network Intelligence project',
......
...@@ -2,7 +2,7 @@ import setuptools ...@@ -2,7 +2,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name = 'nnictl', name = 'nnictl',
version = '0.3.2', version = '0.3.4',
packages = setuptools.find_packages(exclude=['*test*']), packages = setuptools.find_packages(exclude=['*test*']),
python_requires = '>=3.5', python_requires = '>=3.5',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment