We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615f065 commit 1b0c443Copy full SHA for 1b0c443
README.md
@@ -102,9 +102,7 @@ Alternatively, you can follow more thorough instructions
102
[here](http://scikit-image.org/docs/dev/contribute.html).
103
104
# Developer notes
105
-To update versions, change it in `picoscope/__init__.py`, `__version__ = "X.Y.Z"`
106
-
107
-Once the versions have been updated, commit and create a new tag with git
+Commit and create a new tag with git
108
```
109
git commit
110
git tag -a X.Y.Z -m "Short descriptive message"
@@ -120,4 +118,5 @@ or to push all tags
120
118
git push --tags
121
119
122
+[versioneer](https://github.com/warner/python-versioneer) takes care of updating the version.
123
New tags will be pushed to PyPi automatically by Travis.
0 commit comments