Version bump 0.2.4

This commit is contained in:
Vadim Kravcenko 2015-05-10 11:29:08 +02:00
parent 94af4fc171
commit 3ed746a5d9
3 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,12 @@
History History
------- -------
0.2.4 (2015-05-10)
---------------------
* Refactoring
* fix "import as"
0.2.3 (2015-05-09) 0.2.3 (2015-05-09)
--------------------- ---------------------

View File

@ -47,9 +47,6 @@ Example
:: ::
$ pipreqs /home/project/location $ pipreqs /home/project/location
Looking for imports
Getting latest information about packages from PyPI
Found third-party imports: flask, requests, sqlalchemy, docopt
Successfully saved requirements file in /home/project/location/requirements.txt Successfully saved requirements file in /home/project/location/requirements.txt
Why not pip freeze? Why not pip freeze?

View File

@ -20,7 +20,7 @@ requirements = [
setup( setup(
name='pipreqs', name='pipreqs',
version='0.2.3', version='0.2.4',
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",