Skip to content

Commit

Permalink
[v0.0.3] Release (#11)
Browse files Browse the repository at this point in the history
* [v0.0.3] Release

* add changelog
  • Loading branch information
John-peterson-coinbase authored Sep 25, 2024
1 parent e17b200 commit 105bc8c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# CDP Python SDK Changelog

## Unreleased

## [0.0.3] - 2024-09-25

### Added

- Initial release of the CDP Python SDK.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ one asset into another.
## Documentation

- [CDP API Documentation](https://docs.cdp.coinbase.com/platform-apis/docs/welcome)
- [CDP SDK Python Documentation](https://coinbase.github.io/cdp-sdk-python/)

## Requirements

Expand All @@ -21,9 +22,11 @@ Before using the SDK, ensure that you have the correct version of Python install

```bash
python --version
pip --version
```

If you need to upgrade your Python version, you can download and install the latest version of Python from the [official Python website](https://www.python.org/downloads/).
For `pip`, refer to the [official pip documentation](https://pip.pypa.io/en/stable/installation/) for installation instructions.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion cdp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"
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.2'
release = '0.0.3'

# -- 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
@@ -1,6 +1,6 @@
[project]
name = "cdp-sdk"
version = "0.0.2"
version = "0.0.3"
description = "CDP Python SDK"
readme = "README.md"
authors = [{name = "John Peterson", email = "[email protected]"}]
Expand Down

0 comments on commit 105bc8c

Please sign in to comment.