Bump version to 0.4.1

This commit is contained in:
Vineet 2014-09-25 21:52:56 +05:30
parent 87d87ca1f6
commit 4a5430b712
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog Changelog
========= =========
0.4.1
-----
* Fix: Show warning about cyclic deps only if found
0.4 0.4
--- ---

View File

@ -12,7 +12,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='pipdeptree', name='pipdeptree',
version='0.4', version='0.4.1',
author='Vineet Naik', author='Vineet Naik',
author_email='naikvin@gmail.com', author_email='naikvin@gmail.com',
url='https://github.com/naiquevin/pipdeptree', url='https://github.com/naiquevin/pipdeptree',