nuagenetworks / vspk-python

A Python library for managing Nuage through its API
http://www.nuagenetworks.net
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

setup.py vspk version is not changing #6

Closed pdellaert closed 7 years ago

pdellaert commented 7 years ago

https://github.com/nuagenetworks/vspk-python/blob/master/setup.py#L51

This is still 4.0.5, while we are at 4.0.6. Is there a way of updating this during auto-generation of the vspk?

greenpau commented 7 years ago

@pdellaert , :+1:

little-dude commented 7 years ago

my bad yeah. will fix.

greenpau commented 7 years ago

my bad yeah. will fix.

@little-dude, How about pip install vspk==<VSPK_VERSION> from pypi? :smile:

little-dude commented 7 years ago

Updated it for 4.0R7. @greenpau you can install vspk from pypi like this already ;)