Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 8, 2024
1 parent 9d74862 commit c4479ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
project = "jungle-scout"
copyright = "2024, Jungle Scout <[email protected]>" # noqa: A001
author = "Jungle Scout <[email protected]>"
release = "0.2.2"
release = "0.3.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "junglescout-client"
packages = [
{ include = "junglescout", from = "src" },
]
version = "0.2.2"
version = "0.3.0"
license = "MIT"
authors = ["Jungle Scout <[email protected]>"]
description = "Jungle Scout API Client"
Expand Down
2 changes: 1 addition & 1 deletion src/junglescout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__all__ = ["Client", "ClientAsync", "ClientSync"]
__version__ = "0.2.2"
__version__ = "0.3.0"

from .client_async import ClientAsync
from .client_sync import ClientSync
Expand Down

0 comments on commit c4479ea

Please sign in to comment.