Skip to content

Commit

Permalink
Version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
spirometaxas committed Jan 14, 2024
1 parent 6562b67 commit 5100018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion periodic_table_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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('-')]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down

0 comments on commit 5100018

Please sign in to comment.