Skip to content

Commit b2ecf73

Browse files
committed
Bump version to 0.1.0
1 parent 264915d commit b2ecf73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_package/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pydita-generatedcommands"
8-
version = "0.1.0"
8+
version = "0.1.dev0"
99
description = "Documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.7"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pydita-ast"
8-
version = "0.1.dev"
8+
version = "0.1.0"
99
description = "PyDita AST converter."
1010
readme = "README.rst"
1111
requires-python = ">=3.8"

0 commit comments

Comments
 (0)