Skip to content

Commit 0226302

Browse files
authored
Merge pull request #98 from pymc-labs/version-bump
update CONTRIBUTING notes + bump version to 0.0.5
2 parents 1db0c40 + 54be159 commit 0226302

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,14 @@ python3 -m pip install --index-url https://test.pypi.org/simple/ --extra-index-u
9494
### Actual release to `pypi.org` (manual)
9595

9696
1. Bump the release version (if not done in the previous step) in `causalpy/version.py`. This is automatically read by `setup.py` and `docs/config.py`.
97-
2. Build locally and upload to pypi.org. In the root directory:
97+
2. Push this to a branch, open a pull request, and merge into main.
98+
3. Manually draft a new release [here](https://github.com/pymc-labs/CausalPy/releases), making sure to hit 'generate release notes'.
99+
4. Build locally and upload to pypi.org. In the root directory:
98100
```bash
99101
rm -rf dist
100102
python setup.py sdist
101103
twine upload dist/*
102104
```
103-
3. Readthedocs:
105+
5. Readthedocs:
104106
- Docs should be built remotely every time there is a pull request
105107
- See here https://docs.readthedocs.io/en/stable/tutorial/#versioning-documentation for versioning the docs

causalpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)