Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add universal flag and change to 1.0.3
  • Loading branch information
github-bot-bot committed Jan 20, 2017
1 parent bcfa423 commit df79a30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -1,2 +1,4 @@
[metadata]
description-file = README.rst
[bdist_wheel]
universal=1
4 changes: 2 additions & 2 deletions setup.py
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(name='keras_tqdm',
version='1.0.2',
version='1.0.3,
install_requires=['keras', 'tqdm'],
author="Ben Striner",
author_email="bstriner@gmail.com",
url="https://github.com/bstriner/keras-tqdm",
download_url='https://github.com/bstriner/keras-tqdm/tarball/v1.0.2',
download_url='https://github.com/bstriner/keras-tqdm/tarball/v1.0.3',
description="Train Keras models with TQDM progress bars and IPython support",
keywords=['keras', 'tqdm', 'progress', 'progressbar', 'ipython', 'jupyter'],
license='MIT',
Expand Down

0 comments on commit df79a30

Please sign in to comment.