esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
677 stars 211 forks source link

Some small tweaks to facilitate versioning #7

Closed smathot closed 10 years ago

smathot commented 10 years ago

I moved the version number from the code comments to __init__.py. Now there is just one location to indicate the version. Ideally a release tag should be made every time that the version is incremented. I already tagged release/0.4.1, and then immediately bumped to release/0.4.2~pre1. (I'm not entirely sure whether you can see my tags, though.)