From e2810dd67c9b2b720201b1cd0f09f84759071b92 Mon Sep 17 00:00:00 2001 From: Matthew Mage Date: Tue, 8 Dec 2020 18:51:45 -0800 Subject: [PATCH] Update boxcars-py version to cut release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea76ba4..beedccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxcars_py" -version = "0.1.7" +version = "0.1.8" description = "Python bindings for the Rocket League replay parser boxcars." authors = ["Justus K ", "Matthew Mage "] license = "MIT"