Skip to content

Commit

Permalink
Correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eXamadeus authored Feb 18, 2022
1 parent 32bbf38 commit 890cb71
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.3.2'
__version__ = '2.3.4'
__all__ = ['Client', 'Account', '__version__']

0 comments on commit 890cb71

Please sign in to comment.