mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 20:15:22 +00:00
bump version
This commit is contained in:
parent
136d47fd37
commit
c58bb349df
@ -3,6 +3,12 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.1.1 (2015-04-22)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Fix regex matching for imports
|
||||||
|
* Release on Pypi
|
||||||
|
|
||||||
0.1.0 (2015-04-22)
|
0.1.0 (2015-04-22)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ test_requirements = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='pipreqs',
|
name='pipreqs',
|
||||||
version='0.1.0',
|
version='0.1.1',
|
||||||
description="Pip Requirements generator based on imports in project",
|
description="Pip Requirements 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