GoogleChromeLabs / pywebsocket3

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

Make setup.py auto recognize release version #44

Open quasi-mod opened 4 months ago

quasi-mod commented 4 months ago

Currently, we set the release version in setup.py manually. This might introduce a gap in version number between github repo and PyPi. It would be beter if the version auto-increments when we have a new release.

It seems like there are several ways to do this:

ricea commented 4 months ago

Yes, the first option sounds good to me.