Skip to content

Commit

Permalink
Prepare 0.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
taehoonlee committed Sep 1, 2018
1 parent c3b5320 commit 1b3b066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
for n in ['nms', 'get_boxes']]

setup(name='tensornets',
version='0.3.4',
version='0.3.5',
description='high level network definitions in tensorflow',
author='Taehoon Lee',
author_email='[email protected]',
url='https://github.com/taehoonlee/tensornets',
download_url='https://github.com/taehoonlee/tensornets/tarball/0.3.4',
download_url='https://github.com/taehoonlee/tensornets/tarball/0.3.5',
license='MIT',
packages=['tensornets', 'tensornets.datasets',
'tensornets.references', ext],
Expand Down
2 changes: 1 addition & 1 deletion tensornets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@

from .utils import *

__version__ = '0.3.4'
__version__ = '0.3.5'

remove_utils(__name__, ['init'])

0 comments on commit 1b3b066

Please sign in to comment.