From 3abb7abcbfc606498967f979694b2b042a79a002 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 1 Feb 2020 12:30:30 +0100
Subject: [PATCH] Docs: Added minor clarification for release instructions.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88afc19..66654dd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -75,7 +75,7 @@ ISSUES CLOSED: #31
 
 ### Deploying to Pypi
 
-1. Ensure version number in setup.py is correct.
+1. Ensure version number in setup.py is correct. Note this is updated in both the version property and the download url.
 2. Make sure any outstanding commits are pushed.
 3. If a dist/ folder exists delete it.
 4. Compile source distribution with `python setup.py sdist`
-- 
GitLab