From fd481831ab89188e2fb0a04a95edc5c63660612a Mon Sep 17 00:00:00 2001 From: Matthew Mage Date: Mon, 23 Aug 2021 10:38:38 -0700 Subject: [PATCH] Upgrade boxcars to 0.9.2 --- Cargo.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83b7392..229943e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boxcars-py" -version = "0.1.12" +version = "0.1.13" authors = ["Justus K ", "Matthew Mage "] edition = "2018" @@ -18,7 +18,7 @@ classifier = [ ] [dependencies] -boxcars = "0.9.1" +boxcars = "0.9.2" serde_json = "1.0.52" [dependencies.pyo3] diff --git a/pyproject.toml b/pyproject.toml index eccda6c..2be5251 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxcars_py" -version = "0.1.12" +version = "0.1.13" description = "Python bindings for the Rocket League replay parser boxcars." authors = ["Justus K ", "Matthew Mage "] license = "MIT"