Skip to content

Commit

Permalink
Bump version 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r committed Jun 22, 2024
1 parent ca4f89c commit 8cca9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyloadapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""PyLoadAPI package."""

__version__ = "1.1.0"
__version__ = "1.2.0"

from .api import PyLoadAPI
from .exceptions import CannotConnect, InvalidAuth, ParserError
Expand Down

0 comments on commit 8cca9df

Please sign in to comment.