From dbcc8d29f08bbc896919f93af3f3b9f33f212312 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Tue, 29 Dec 2015 18:14:36 +0800 Subject: [PATCH] fix typo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1567e94..db9fdb6 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup setup(name='tensorfuse', - version='0.1', - description='Common interface for Theano, CGT, and TensorFuse', + version='0.0.1', + description='Common interface for Theano, CGT, and TensorFlow', url='http://github.com/dementrock/tensorfuse', author='Rocky Duan', author_email='dementrock@gmail.com',