summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-03-04 09:20:09 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-03-04 09:20:09 -0600
commitbfe214eedeb728b1e8899460a5bdde5590fc34ae (patch)
tree7140936a75f0c5106a9c51df496375017ac10f88 /CONTRIBUTING.md
parentf7c5b113af88c76e85e1d0e9b2ab2f8b8b4520be (diff)
downloadrequests-cache-bfe214eedeb728b1e8899460a5bdde5590fc34ae.tar.gz
Fix copy-paste typo
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5647862..9a217e9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -95,7 +95,7 @@ progress on major and minor releases.
on the `master` branch.
Release steps:
-- Update the version in `pyinaturalist/__init__.py`
+- Update the version in `requests_cache/__init__.py`
- Update the release notes in `HISTORY.md`
- Merge changes into the `master` branch
- Push a new tag, e.g.: `git tag v0.1 && git push origin --tags`