From a8bcf162f544bb85427f06f78cb88e51dea1a491 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sun, 30 Jan 2022 01:33:36 +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 018bb64..91abf2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "discord-gateway" -version = "0.2.0" +version = "0.3.0" description = "Sans-I/O implementation of the Discord gateway" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.6.2"