diff --git a/pokesummary/__init__.py b/pokesummary/__init__.py index 6a9beea..8c0d5d5 100644 --- a/pokesummary/__init__.py +++ b/pokesummary/__init__.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "2.0.0" diff --git a/pyproject.toml b/pyproject.toml index 246a983..e1ed073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pokesummary" -version = "1.0.0" +version = "2.0.0" description = "An easy-to-use, informative command line interface (CLI) for accessing Pokémon summaries." authors = ["Fisher Sun "] license = "MIT"