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

Bumped to 0.4.8

This commit is contained in:
J. Fernando Sánchez 2015-10-08 19:21:24 +02:00
parent 8fa372de15
commit 724eac38d8

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.7"
VERSION = "0.4.8"
setup(
name='senpy',