We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2467e commit 52db69fCopy full SHA for 52db69f
1 file changed
source/guides/writing-pyproject-toml.rst
@@ -67,6 +67,10 @@ Put the version of your project.
67
[project]
68
version = "2020.0.0"
69
70
+Some more complicated version specifiers like ``2020.0.0a1`` (for an alpha
71
+release) are possible; see the :ref:`specification <version-specifiers>`
72
+for full details.
73
+
74
This field is required, although it is often marked as dynamic using
75
76
.. code-block:: toml
0 commit comments