diff --git a/pyproject.toml b/pyproject.toml index 785f60b..ebc5f48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_conventional_commits" -version = "8.1.1" +version = "8.1.2" tag_format = "$version" version_files = ["pyproject.toml"] @@ -10,7 +10,7 @@ ignore = ['E701', 'E731', 'E741'] [project] name = "PyExpUtils-andnp" -version = "8.1.1" +version = "8.1.2" description = "A small set of utilities for RL and ML experiments" authors = [ {name = "Andy Patterson", email = "andnpatterson@gmail.com"},