Skip to content

Commit

Permalink
Bump minor wumpy-gateway version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed May 1, 2022
1 parent c0e3000 commit ecdb2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/wumpy-gateway/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "wumpy-gateway"
version = "0.1.1"
version = "0.2.0"
description = "Lowlevel but easy-to-use wrapper over the Discord gateway"
readme = {file = "README.md", content-type="text/markdown"}

# 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
# but @contextlib.asynccontextmanager was added in Python 3.7
requires-python = ">=3.7"

Expand Down

0 comments on commit ecdb2b0

Please sign in to comment.