Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ariffjeff committed Jan 10, 2024
1 parent bf373bf commit 6c3e0d6
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.2"
version = "2.0.3"
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
@@ -1,7 +1,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.2"
__version__ = "2.0.3"

# 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 6c3e0d6

Please sign in to comment.