Skip to content

Commit 88a0594

Browse files
author
Hamza Faran
committed
Release 0.9.0; add CONTRIBUTE.md
1 parent 6b834a8 commit 88a0594

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CONTRIBUTE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from piazza_api.piazza import Piazza
22

3-
__version__ = "0.8.0"
3+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)