From 137392f5b07e79ee62953816f92b55477edf82b7 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sun, 3 Jul 2022 01:22:08 +0200 Subject: [PATCH] Bump minor version to `0.5.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96f0aa0..12e7aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "discord-typings" -version = "0.4.0" +version = "0.5.0" description = "Maintained typings of payloads that Discord sends" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.7"