-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joel Collins
committed
Sep 4, 2020
1 parent
c371298
commit d8397b9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "flask_threaded_sockets" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
description = "Barebones websocket extension for Flask, using Pythonthreading for low-traffic concurrency" | ||
readme = "README.md" | ||
authors = ["Joel Collins <[email protected]>"] | ||
|