We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.1.0
1 parent 264915d commit b2ecf73Copy full SHA for b2ecf73
_package/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
name = "pydita-generatedcommands"
8
-version = "0.1.0"
+version = "0.1.dev0"
9
description = "Documentation."
10
readme = "README.rst"
11
requires-python = ">=3.7"
pyproject.toml
name = "pydita-ast"
-version = "0.1.dev"
+version = "0.1.0"
description = "PyDita AST converter."
requires-python = ">=3.8"
0 commit comments