We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wumpy-gateway
1 parent c0e3000 commit ecdb2b0Copy full SHA for ecdb2b0
1 file changed
library/wumpy-gateway/pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
name = "wumpy-gateway"
3
-version = "0.1.1"
+version = "0.2.0"
4
description = "Lowlevel but easy-to-use wrapper over the Discord gateway"
5
readme = {file = "README.md", content-type="text/markdown"}
6
7
-# Both discord-gateway and anyio has 3.6.2 as the minimum requirement
+# Both discord-gateway and anyio have 3.6.2 as the minimum requirement
8
# but @contextlib.asynccontextmanager was added in Python 3.7
9
requires-python = ">=3.7"
10
0 commit comments