Skip to content

Commit

Permalink
gb 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jun 6, 2018
1 parent 9a9519d commit 33d626f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gluonbook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

from .utils import *

__version__ = '0.6.8'
__version__ = '0.6.9'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def find_version(*file_paths):
raise RuntimeError("Unable to find version string.")


readme = open('README.md').read()

VERSION = find_version('gluonbook', '__init__.py')

requirements = [
Expand All @@ -41,7 +39,7 @@ def find_version(*file_paths):
author_email='[email protected]',
url='https://github.com/mli/gluon-tutorials-zh',
description='Gluon Book Utils',
long_description=readme,
long_description='Gluon Book Utilities',
license='Apache-2.0',

# Package info
Expand Down

0 comments on commit 33d626f

Please sign in to comment.