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

Added traceback to plugin activation

This commit is contained in:
J. Fernando Sánchez
2015-11-05 18:48:07 +01:00
parent 7de5b41340
commit bd2e0f0d5c
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ except AttributeError:
install_reqs = [str(ir.req) for ir in install_reqs]
test_reqs = [str(ir.req) for ir in test_reqs]
VERSION = "0.4.9"
VERSION = "0.4.10rc"
setup(
name='senpy',