Skip to content

Commit

Permalink
Update PyPI major version due to breaking API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
raghakot committed Jul 5, 2017
1 parent 12378e7 commit af4ec3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[metadata]
description-file = README.md

[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import find_packages


version = '0.3.3'
version = '0.4'

setup(name='keras-vis',
version=version,
Expand Down

0 comments on commit af4ec3b

Please sign in to comment.