We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b834a8 commit 88a0594Copy full SHA for 88a0594
CONTRIBUTE.md
@@ -0,0 +1,7 @@
1
+# Release
2
+1) Update `__version__` in `slackviewer/__init__.py` to the new version
3
+2) Commit this change as "Release 0.9.0" to master, as an example
4
+3) Create a release on GitHub with the new version (e.g., 0.9.0) targeting master
5
+4) `git pull` locally
6
+5) Run `python setup.py sdist bdist_wheel` (in the correct environment) to create the package to upload
7
+6) Run `twine upload dist/*` to push to PyPI
piazza_api/__init__.py
@@ -1,3 +1,3 @@
from piazza_api.piazza import Piazza
-__version__ = "0.8.0"
+__version__ = "0.9.0"
0 commit comments