diff --git a/periodic_table_cli/cli.py b/periodic_table_cli/cli.py index d1d8111..5490a7b 100644 --- a/periodic_table_cli/cli.py +++ b/periodic_table_cli/cli.py @@ -82,7 +82,7 @@ def print_usage(): ' ' + get_version() + '\n') def get_version(): - return 'v2.0.5 (Python)' + return 'v2.0.6 (Python)' def get_flags(params): return [param for param in params if param.startswith('-')] diff --git a/pyproject.toml b/pyproject.toml index 090d7f5..1682ebc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "periodic-table-cli" -version = "2.0.5" +version = "2.0.6" description = "An interactive Periodic Table of Elements app for the console!" readme = "README.md" authors = [{ name = "Spiro Metaxas", email = "spirometaxas@outlook.com" }]