Skip to content

Commit

Permalink
v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdamien committed Aug 11, 2016
1 parent bc0d9fa commit 8b4ac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
from setuptools import setup, find_packages

setup(name='tflearn',
version='0.2.1',
version='0.2.2',
description='Deep Learning Library featuring a higher-level API for '
'Tensorflow',
author='TFLearn contributors',
author_email='[email protected]',
url='https://github.com/tflearn/tflearn',
download_url='https://github.com/tflearn/tflearn/tarball/0.2.1',
download_url='https://github.com/tflearn/tflearn/tarball/0.2.2',
license='MIT',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 8b4ac4d

Please sign in to comment.