Skip to content

Commit

Permalink
Merge pull request #8 from kharigardner/release/2024.03.05.01
Browse files Browse the repository at this point in the history
Release/2024.03.05.01
  • Loading branch information
kharigardner authored Mar 6, 2024
2 parents 84c3256 + ba059f7 commit 76accc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfivetran/shed.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GeneralApiResponse(TypedDict):
data: Optional[Dict[str, Any]]

class ApiError(Exception):
def __inti__(self, msg: str):
def __init__(self, msg: str):
self.msg = msg

def __str__(self):
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 = "pyfivetran"
version = "2024.03.04.03"
version = "2024.03.05.01"
description = "Pythonic interface to the fivetran API"
authors = ["Khari Gardner <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 76accc9

Please sign in to comment.