From d4a919b27c96464063093749cb1afa7efcbfd171 Mon Sep 17 00:00:00 2001 From: John Parton Date: Tue, 10 Oct 2023 13:34:24 -0500 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffc9e7f..912a294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "chardetng_py" -version = "0.3.1" +version = "0.3.2" dependencies = [ "chardetng", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 46b1014..11016c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chardetng_py" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index 15f692f..38d0253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ changelog = "https://github.com/john-parton/chardetng-py/releases" [tool.poetry] name = "chardetng-py" -version = "0.3.1" +version = "0.3.2" description = "chardetng Python Module" authors = ["John Parton "] license = "MIT"