Skip to content

Commit

Permalink
release(2.4.1): bugfixes (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus authored Sep 19, 2023
1 parent c5cc9f2 commit aabbc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godaddypy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .client import Client
from .account import Account

__version__ = "2.4.0"
__version__ = "2.4.1"
__all__ = ["Client", "Account", "__version__"]

0 comments on commit aabbc61

Please sign in to comment.