diff --git a/setup.py b/setup.py index e607ab7..8ce29c7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='keras-autodoc', - version='0.6.0', + version='0.7.0', packages=find_packages(), install_requires=['markdown', 'sphinx', 'black==20.8b1'], package_data={'': ['README.md']},