diff --git a/pyproject.toml b/pyproject.toml index 2024dd0..d6aaecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toml-bench" -version = "0.3.0" +version = "0.3.1" description = "Benchmarking for python toml libraries" authors = ["pwwang "] license = "MIT" diff --git a/toml_bench/__init__.py b/toml_bench/__init__.py index 8b34414..ba27911 100644 --- a/toml_bench/__init__.py +++ b/toml_bench/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"