diff --git a/cdp/__version__.py b/cdp/__version__.py index f102a9c..3b93d0b 100644 --- a/cdp/__version__.py +++ b/cdp/__version__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/docs/conf.py b/docs/conf.py index 226a6d8..799f6dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'CDP SDK' author = 'Coinbase Developer Platform' -release = '0.0.1' +release = '0.0.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index b4bcc54..3d16c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cdp-sdk" -version = "0.0.1" +version = "0.0.2" description = "CDP Python SDK" readme = "README.md" authors = [{name = "John Peterson", email = "john.peterson@coinbase.com"}] @@ -91,6 +91,11 @@ dev = [ "pluggy==1.5.0", "parso==0.7.1", "lsprotocol==2023.0.1", + "sphinx==8.0.2", + "sphinx-autobuild==2024.9.19", + "sphinxcontrib-napoleon==0.7", + "sphinx-autodoc-typehints==2.4.4", + "myst-parser==4.0.0", ] [build-system]