Skip to content

Commit

Permalink
release(2.5.1): bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus committed Dec 26, 2023
1 parent ed5eb96 commit e84c2fa
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.5.1"
__version__ = "2.5.2"
__all__ = ["Client", "Account", "__version__"]

0 comments on commit e84c2fa

Please sign in to comment.