Skip to content

Commit

Permalink
Merge pull request #51 from nodefluxio/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
alphinside authored Aug 25, 2020
2 parents 2f13bb7 + ffcd265 commit 43cca66
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## 0.2.0

### Added

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Deep Learning Model Development Framework for Computer Vision

**Version : 0.1.0**
**Version : 0.2.0**

---

Expand Down Expand Up @@ -102,7 +102,7 @@ Then, clone the repo and install the vortex packages. It's important to be noted
```console
git clone https://github.com/nodefluxio/vortex.git
cd vortex
git checkout v0.2.0-rc1
git checkout v0.2.0
pip3 install 'src/runtime[all]'
pip3 install 'src/development'
```
Expand Down Expand Up @@ -200,7 +200,7 @@ For example, if you want to install specific dependencies for `onnxruntime`, exe
```console
git clone https://github.com/nodefluxio/vortex.git
cd vortex
git checkout v0.2.0-rc1
git checkout v0.2.0
pip3 install 'src/runtime[onnxruntime]'
```

Expand Down
2 changes: 1 addition & 1 deletion src/development/vortex/development/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0-rc1'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion src/runtime/vortex/runtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 43cca66

Please sign in to comment.