Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Oct 18, 2017
1 parent e649385 commit 5b8ed8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ matrix:
include:
- os: linux
python: 2.7
env: TF_VERSION=1.3.0rc2 TF_TYPE=release
env: TF_VERSION=1.4.0rc0 TF_TYPE=release
- os: linux
python: 3.5
env: TF_VERSION=1.3.0rc2 TF_TYPE=release
env: TF_VERSION=1.4.0rc0 TF_TYPE=release
- os: linux
python: 2.7
env: TF_VERSION=1.head TF_TYPE=nightly
Expand Down
2 changes: 1 addition & 1 deletion tensorpack/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
_HAS_TF = False


__version__ = '0.5.0'
__version__ = '0.6.0'

0 comments on commit 5b8ed8b

Please sign in to comment.