Skip to content

Commit 61a7efe

Browse files
committed
Bump version to 1.1.0
1 parent 2ffba03 commit 61a7efe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "violetear"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Full-Stack Web Development Framework for Pythonistas"
55
readme = "README.md"
66
authors = [

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.

violetear/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# though our App class handles the check internally)
1717
from .app import App
1818

19-
__version__ = "1.0.1"
19+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)