diff --git a/pyproject.toml b/pyproject.toml index 91abf2f..655d510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "discord-gateway" -version = "0.3.0" +version = "0.3.1" description = "Sans-I/O implementation of the Discord gateway" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.6.2"