From 8d2c65589a4a14b399562fc8e4b687e634ec1b60 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sun, 13 Feb 2022 16:59:59 +0100 Subject: [PATCH] Bump minor version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fda938..0ae4455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "discord-typings" -version = "0.1.0" +version = "0.2.0" description = "Maintained typings of payloads that Discord sends" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.7"