Skip to content

Commit f06ad2c

Browse files
committed
updated doc for new version structure
1 parent cce14d2 commit f06ad2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypi_update_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _Creating and deploying a new package version is easy_
1010

1111
**Step 0: Critical - Bump Project Version**
1212

13-
In `setup.py`, you need to specify a new project version.
13+
In `_version.py`, you need to specify a new project version.
1414

1515
We use [semantic versioning](https://packaging.python.org/guides/distributing-packages-using-setuptools/#semantic-versioning-preferred). If you are adding a meaningful feature, bump the minor version. If you are fixing a bug, bump the incremental version.
1616

0 commit comments

Comments
 (0)