diff --git a/CHANGES.md b/CHANGES.md index 6be863a..d00ca38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Changelog ========= +0.4.1 +----- + +* Fix: Show warning about cyclic deps only if found + 0.4 --- diff --git a/setup.py b/setup.py index 61250d4..85cf303 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ if sys.version_info < (2, 7): setup( name='pipdeptree', - version='0.4', + version='0.4.1', author='Vineet Naik', author_email='naikvin@gmail.com', url='https://github.com/naiquevin/pipdeptree',