diff --git a/CHANGELOG.md b/CHANGELOG.md index 43437a0..8398b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.1.3 (2023-01-29) + + ## v0.1.2 (2023-01-29) diff --git a/pyproject.toml b/pyproject.toml index 2a228d8..27c7642 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pokehelpyer" -version = "0.1.2" +version = "0.1.3" description = "Assists in building teams of various pokemon types based on weaknesses and resistances" authors = ["Sneha Sunil, Jakob Thoms, Ritisha Sharma, Raul Aguilar"] license = "MIT"