1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00

Bumped to 0.4.10

This commit is contained in:
J. Fernando Sánchez 2015-11-05 19:18:38 +01:00
parent 79d6b6f67f
commit ff002c818a

View File

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