Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Mar 20, 2024
1 parent 75467d4 commit 6a6977f
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.1.1"
release = "0.1.2"

# -- 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.1.1"
version = "0.1.2"
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,6 +4,6 @@
"""

__all__ = ["Client"]
__version__ = "0.1.1"
__version__ = "0.1.2"

from .client import Client

0 comments on commit 6a6977f

Please sign in to comment.