Skip to content

Commit

Permalink
Version bump to 2.5.0 since this will add in some useful new configur…
Browse files Browse the repository at this point in the history
…ation functionality
  • Loading branch information
Julian Coy committed Nov 12, 2023
1 parent 044dce9 commit 120ed42
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.1"
__version__ = "2.5.0"
__all__ = ["Client", "Account", "__version__"]

0 comments on commit 120ed42

Please sign in to comment.