Skip to content

Commit

Permalink
prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Steinbach committed Apr 23, 2018
1 parent 1356f87 commit 98fa9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deeprace.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from subprocess import call


__version__ = "0.1.0"
__version__ = "0.2.0"
__author__ = "Peter Steinbach"
__license__ = "BSD"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(fname):

setup(
name='deeprace',
version="0.1.0",
version="0.2.0",
description='benchmark suite to time deep learning training in a framework agnostic fashion',
long_description=read("README.rst"),
author='Peter Steinbach',
Expand Down

0 comments on commit 98fa9c6

Please sign in to comment.