Skip to content

Commit

Permalink
Bumpy wumpy-gateway minor version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed Aug 1, 2022
1 parent bace338 commit 37fff54
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,6 +1,6 @@
[project]
name = "wumpy-gateway"
version = "0.2.0"
version = "0.3.0"
description = "Lowlevel but easy-to-use wrapper over the Discord gateway"
readme = {file = "README.md", content-type="text/markdown"}

Expand Down Expand Up @@ -38,7 +38,7 @@ classifiers = [
"Typing :: Typed",
]

dependencies = ["discord-gateway >=0.3.0, <1", "anyio >= 3.3.4, <4"]
dependencies = ["discord-gateway >=0.4.0, <1", "anyio >= 3.3.4, <4"]

[project.urls]
Homepage = "https://github.com/wumpyproject/wumpy"
Expand Down

0 comments on commit 37fff54

Please sign in to comment.