Skip to content

Commit 32ae9c2

Browse files
committed
chore: release
1 parent 610cdf7 commit 32ae9c2

3 files changed

Lines changed: 46 additions & 46 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
name = "litestar-start"
1717
readme = "README.md"
1818
requires-python = ">=3.13"
19-
version = "0.1.0a17"
19+
version = "0.1.0b1"
2020

2121
[project.scripts]
2222
litestar-start = "src.cli:main"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Litestar Start - Interactive CLI to scaffold Litestar projects."""
22

3-
__version__ = "0.1.0a17"
3+
__version__ = "0.1.0b1"
44
__all__ = ["__version__"]

0 commit comments

Comments
 (0)