Skip to content

Commit

Permalink
add missed contribution types (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitesh authored May 16, 2024
1 parent 482a896 commit b7f0ef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flux_sdk/flux_core/data_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ class ContributionType(Enum):
ROTH_403B = 12
_457B = 13
ROTH_457B = 14
COMPANY_MATCH_403B = 15
COMPANY_MATCH_ROTH_403B = 16
COMPANY_MATCH_457B = 17
COMPANY_MATCH_ROTH_457B = 18


class DeductionType(Enum):
Expand Down
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 = "rippling-flux-sdk"
version = "0.25"
version = "0.26"
description = "Defines the interfaces and data-models used by Rippling Flux Apps."
authors = ["Rippling Apps <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b7f0ef0

Please sign in to comment.