Skip to content

Commit

Permalink
Bump version number 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
karlwnw committed Jul 16, 2023
1 parent 47404a3 commit c1a6c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poeditor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
>>> projects = client.list_projects()
"""

__version__ = "1.1.2"
__version__ = "1.1.3"

try:
from .client import POEditorAPI, POEditorException, POEditorArgsException
Expand Down

0 comments on commit c1a6c0f

Please sign in to comment.