Bump version to 0.4.1
This commit is contained in:
parent
87d87ca1f6
commit
4a5430b712
|
@ -1,6 +1,11 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.4.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Fix: Show warning about cyclic deps only if found
|
||||||
|
|
||||||
0.4
|
0.4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue