1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-11-08 02:48:16 +00:00
This commit is contained in:
J. Fernando Sánchez
2015-12-11 14:53:30 +01:00
parent 82496dc8e4
commit 6fe68e3c40
3 changed files with 57 additions and 25 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.11rc"
VERSION = "0.4.11"
setup(
name='senpy',