Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spirometaxas committed Feb 24, 2024
1 parent c931a67 commit 26795c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -258,7 +258,7 @@ The minimum required terminal screen dimensions are 156 columns x 46 rows. When
## Data Sources
Data used in the app is stored in an easy to edit [data file](https://github.com/spirometaxas/periodic-table-cli-py/blob/main/periodic_table_cli/data.json). The data is mostly imported from [PubChem](https://pubchem.ncbi.nlm.nih.gov/periodic-table/).

Last Updated January 2024
Last Updated February 2024

## License
- [MIT](https://github.com/spirometaxas/periodic-table-cli-py/blob/main/LICENSE) © [Spiro Metaxas](https://spirometaxas.com)
4 changes: 2 additions & 2 deletions periodic_table_cli/cli.py
Expand Up @@ -78,11 +78,11 @@ def print_usage():
' --verbose, -v Print a complete data chart with all elements (include --mode=data)\n'\
'\n'\
' Full Docs: https://spirometaxas.com/projects/periodic-table-cli\n\n'\
' Last updated January 2024\n'\
' Last updated February 2024\n'\
' ' + get_version() + '\n')

def get_version():
return 'v2.1.0 (Python)'
return 'v2.1.1 (Python)'

def get_flags(params):
return [param for param in params if param.startswith('-')]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "periodic-table-cli"
version = "2.1.0"
version = "2.1.1"
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 26795c3

Please sign in to comment.