You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/pyproject-toml.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ The pyproject.toml file tells your build tool:
78
78
79
79
- What build backend to use to build your package (we are using `hatchling` in this tutorial but there are [many others to choose from](/package-structure-code/python-package-build-tools)).
80
80
- How and where to retrieve your package's version:
81
-
-**statically** where you declare the version `version = "0.1"` or
81
+
-**statically** where you declare the version `version = "0.1.0"` or
82
82
-**dynamically** where the tool looks to the most recent tag in your history to determine the current version.
83
83
- What dependencies your package needs
84
84
- What versions of Python your package supports (important for your users).
0 commit comments