diff --git a/Changelog b/Changelog index badefb1..6a8477e 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -Version 0.1.33 unreleased +Version 0.1.33 17 Feb 2021 * Standardize the format of the Apache v2 statement in LICENSE. diff --git a/pyproject.toml b/pyproject.toml index 9dba856..1567b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "apologies" -version = "0.1.32" +version = "0.1.33" description = "Python code to play a game similar to Sorry" authors = ["Kenneth J. Pronovici "] license = "Apache-2.0"