Skip to content

Commit f941409

Browse files
committed
Bump version to 1.2.2
1 parent 93f50a6 commit f941409

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.1"
3+
version = "1.2.2"
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
@@ -20,4 +20,4 @@
2020
except ImportError:
2121
pass
2222

23-
__version__ = "1.2.1"
23+
__version__ = "1.2.2"

0 commit comments

Comments
 (0)