From 9290a79cd84c5b9a98dc294d222706acbe2a5a4d Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sat, 5 Mar 2022 01:40:00 +0100 Subject: [PATCH] Bump patch version to `v0.3.1` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91abf2f..655d510 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "discord-gateway" -version = "0.3.0" +version = "0.3.1" description = "Sans-I/O implementation of the Discord gateway" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.6.2"