diff --git a/pyproject.toml b/pyproject.toml index a4ce60f..2930fa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flask_threaded_sockets" -version = "0.1.0" +version = "0.2.0" description = "Barebones websocket extension for Flask, using Pythonthreading for low-traffic concurrency" readme = "README.md" authors = ["Joel Collins "]