From 937d37903dda251e4c3a4d4bb5af2e41fedaa00a Mon Sep 17 00:00:00 2001 From: Lunarmagpie Date: Fri, 14 Apr 2023 15:20:26 -0400 Subject: [PATCH] :tada: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58b14dd..f2d0356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "maturin" requires = ["maturin>=0.12,<0.13"] [project] -version = "0.1.8" +version = "0.1.9" description = "A Discord voice library using Python Songbird bindings." classifiers = [ "Programming Language :: Rust",