Skip to content

Commit

Permalink
[v0.0.2] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Sep 24, 2024
1 parent df2f0cd commit 3b862db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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 = "john.peterson@coinbase.com"}]
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

0 comments on commit 3b862db

Please sign in to comment.