mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Version bump 0.2.1
This commit is contained in:
parent
b6f661fdec
commit
084a82c7b7
@ -3,6 +3,11 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.2.1 (2015-05-08)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Fix for TypeError for implicit conversion
|
||||||
|
|
||||||
0.2.0 (2015-05-06)
|
0.2.0 (2015-05-06)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ test_requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.2.0',
|
version='0.2.1',
|
||||||
description="Pip requirements.txt generator based on imports in project",
|
description="Pip requirements.txt generator based on imports in project",
|
||||||
long_description=readme + '\n\n' + history,
|
long_description=readme + '\n\n' + history,
|
||||||
author="Vadim Kravcenko",
|
author="Vadim Kravcenko",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user