Skip to content

Commit 47e0da9

Browse files
committed
Bump version to 1.2.3
1 parent e7226de commit 47e0da9

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "violetear"
3-
version = "1.2.2"
3+
version = "1.2.3"
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
@@ -21,4 +21,4 @@
2121
except ImportError:
2222
pass
2323

24-
__version__ = "1.2.2"
24+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)