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: source/single_source_version.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The value of ``__version__`` attribute and that passed to the build system can (
17
17
18
18
In the cases where a package does not set a top level ``__version__`` attribute, the version may still be accessible using ``importlib.metadata.version("distribution_name")``.
19
19
20
-
While different projects have different needs, it's important to make sure that there is a single source of truth for the version number.
20
+
To ensure that version numbers do not get out of sync, it is recommended that there is a single source of truth for the version number.
0 commit comments