Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"}]
Expand Down Expand Up @@ -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]
Expand Down