Skip to content

Commit

Permalink
v4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed Sep 20, 2024
1 parent 640f0c0 commit 9a215cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python_helpers/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("python_helpers", 4, 2, 7)
__version__ = Version("python_helpers", 4, 2, 8)
__all__ = ["__version__"]
1 change: 1 addition & 0 deletions python_helpers/ph_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ class PhKeys:
DATA_GROUP = 'data_group'
REMARKS = 'remarks'
REMARKS_GENERATED = 'remarks_generated'
DEFAULT = 'default'

INPUT = 'input'
INPUT_DATA = 'input_data'
Expand Down

0 comments on commit 9a215cb

Please sign in to comment.