From 701c0474c5fb0e9e7d8fba3adb95097a4424c453 Mon Sep 17 00:00:00 2001 From: Konstantin Ponomarev Date: Wed, 13 Aug 2025 17:43:48 +0300 Subject: [PATCH] fix: v0.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cecad94..71db701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastsio" -version = "0.0.0" +version = "0.0.1" description = "light and typization Socket.IO server and client for Python" license = "MIT" readme = "README.md" @@ -16,7 +16,7 @@ authors = [ [tool.poetry] name = "fastsio" -version = "0.0.0" +version = "0.0.1" description = "light and typization Socket.IO server and client for Python" license = "MIT" readme = "README.md"