Skip to content

Commit 54906da

Browse files
Update source/single_source_version.rst
Co-authored-by: Thomas A Caswell <[email protected]>
1 parent e6b0ed9 commit 54906da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/single_source_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The value of ``__version__`` attribute and that passed to the build system can (
1717

1818
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")``.
1919

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.
2121

2222
In general, the options are:
2323

0 commit comments

Comments
 (0)