Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ariffjeff committed Oct 10, 2024
1 parent 5dc8928 commit e0e3c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reemployct-data-entry"
version = "2.0.9"
version = "2.1.0"
description = "Automated entry of job application data into Connecticut's DOL ReEmployCT portal."
authors = ["Ariff Jeff <ariffjeff@icloud.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion reemployct_data_entry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PACKAGE_NAME = 'reemployct_data_entry'

# can't use stdlib importlib.metadata here because remote tests will fail due to needing the package build
__version__ = "2.0.9"
__version__ = "2.1.0"

# on `import reemployct_data_entry`, print the excel job data template file path for user convenience
if __name__ == PACKAGE_NAME:
Expand Down

0 comments on commit e0e3c12

Please sign in to comment.