We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a142af3 commit 884acd2Copy full SHA for 884acd2
1 file changed
setup.py
@@ -13,6 +13,8 @@
13
5.2 (optional) `python3 -m pip install --user --upgrade twine`
14
5.3 `python3 -m twine upload dist/*`
15
6. make a new release on github with the latest version
16
+ 6.1 git tag v0.0.1 ## or your version name
17
+ 6.2 git push origin v0.0.1
18
"""
19
20
setuptools.setup(
0 commit comments