Skip to content

Commit b4be718

Browse files
committed
2.0.7
1 parent b7d19cb commit b4be718

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "reemployct-data-entry"
3-
version = "2.0.6"
3+
version = "2.0.7"
44
description = "Automated entry of job application data into Connecticut's DOL ReEmployCT portal."
55
authors = ["Ariff Jeff <[email protected]>"]
66
readme = "README.md"

reemployct_data_entry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PACKAGE_NAME = 'reemployct_data_entry'
44

55
# can't use stdlib importlib.metadata here because remote tests will fail due to needing the package build
6-
__version__ = "2.0.6"
6+
__version__ = "2.0.7"
77

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

0 commit comments

Comments
 (0)