Skip to content

Commit ce45831

Browse files
committed
chore: release
1 parent 1c9cec7 commit ce45831

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "MIT"
1919
name = "litestar-start"
2020
readme = "README.md"
2121
requires-python = ">=3.10"
22-
version = "0.1.0a2"
22+
version = "0.1.0a3"
2323

2424
[project.scripts]
2525
litestar-start = "litestar_start.cli:main"

src/litestar_start/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from litestar_start.generators.project import ProjectOrchestrator
66
from litestar_start.generators.registry import GeneratorRegistry
77

8-
__version__ = "0.1.0a2"
8+
__version__ = "0.1.0a3"
99

1010
__all__ = [
1111
"GeneratorRegistry",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)