diff --git a/cdp/__version__.py b/cdp/__version__.py index 11ac8e1..5f4bb0b 100644 --- a/cdp/__version__.py +++ b/cdp/__version__.py @@ -1 +1 @@ -__version__ = "0.19.0" +__version__ = "0.20.0" diff --git a/docs/cdp.rst b/docs/cdp.rst index ddbf2c2..ebd740d 100644 --- a/docs/cdp.rst +++ b/docs/cdp.rst @@ -36,6 +36,14 @@ cdp.api\_clients module :undoc-members: :show-inheritance: +cdp.api\_key\_utils module +-------------------------- + +.. automodule:: cdp.api_key_utils + :members: + :undoc-members: + :show-inheritance: + cdp.asset module ---------------- diff --git a/docs/conf.py b/docs/conf.py index ce99321..184f31c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'CDP SDK' author = 'Coinbase Developer Platform' -release = '0.19.0' +release = '0.20.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 959a03c..a37afce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdp-sdk" -version = "0.19.0" +version = "0.20.0" description = "CDP Python SDK" authors = ["John Peterson "] license = "LICENSE.md"