chore: bump version to 0.5.0

This commit is contained in:
rus07tam 2025-11-24 13:05:03 +00:00
parent ef8db0787e
commit cb7629b6fe
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "snakia"
version = "0.4.2"
version = "0.5.0"
description = "Modern python framework"
readme = "README.md"
authors = [

View file

@ -4,7 +4,7 @@ annotated-types==0.7.0
# via
# snakia (pyproject.toml)
# pydantic
exceptiongroup==1.3.0
exceptiongroup==1.3.1
# via snakia (pyproject.toml)
networkx==3.4.2
# via snakia (pyproject.toml)

2
uv.lock generated
View file

@ -304,7 +304,7 @@ wheels = [
[[package]]
name = "snakia"
version = "0.4.2"
version = "0.5.0"
source = { editable = "." }
dependencies = [
{ name = "annotated-types" },