1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-19 04:52:21 +00:00

Improved message when no plugins are found

This commit is contained in:
J. Fernando Sánchez
2015-02-24 07:37:51 +01:00
parent d1006bbc92
commit ae09f609c2
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ install_reqs = parse_requirements("requirements.txt")
# e.g. ['django==1.5.1', 'mezzanine==1.4.6']
reqs = [str(ir.req) for ir in install_reqs]
VERSION = "0.4.0"
VERSION = "0.4.1"
print(reqs)