Skip to content

Commit 1d45a3b

Browse files
committed
Bump version to 1.0.0
1 parent a2209d8 commit 1d45a3b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[project]
22
name = "violetear"
3-
version = "0.15.0"
3+
version = "1.0.0"
44
description = "Full-Stack Web Development Framework for Pythonistas"
55
readme = "README.md"
66
authors = [
77
{ name = "Alejandro Piad", email = "apiad@apiad.net" }
88
]
9+
classifiers = [
10+
"Programming Language :: Python :: 3.12",
11+
"License :: OSI Approved :: MIT License",
12+
"Operating System :: OS Independent",
13+
"Topic :: Software Development :: Libraries :: Application Frameworks",
14+
]
915
requires-python = ">=3.12"
1016
dependencies = []
1117

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__ = "0.15.0"
19+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)