fix: move mutable object initialization to constructor

This commit is contained in:
2023-09-08 15:00:53 +03:00
parent 526597decf
commit 4ec4bb9aac
3 changed files with 17 additions and 10 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "sati-ac"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="sati.ac", email="sati.ac@proton.me" }
]
@ -19,4 +19,4 @@ classifiers = [
dependencies = ["websockets"]
[project.urls]
"Homepage" = "https://git.sati.ac/sati.ac/sati-py"
"Homepage" = "https://git.sati.ac/sati.ac/sati-py"