Skip to content

Commit

Permalink
v1.0.1 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
urischwartz-cb authored Jan 4, 2024
1 parent 8748f26 commit fbf5695
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.0.0] - 2024-JAN-3

### Added
- Support for Futures API endpoints

## [1.0.0] - 2023-DEC-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Coinbase Advanced Trading API Python SDK
[![PyPI version](https://badge.fury.io/py/coinbase-advanced.svg)](https://badge.fury.io/py/coinbase-advanced)
[![PyPI version](https://badge.fury.io/py/coinbase-advanced-py.svg)](https://badge.fury.io/py/coinbase-advanced-py)
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/license/apache-2-0/)
[![Code Style](https://img.shields.io/badge/code_style-black-black)](https://black.readthedocs.io/en/stable/)

Expand All @@ -8,7 +8,7 @@ Welcome to the official Coinbase Advanced API Python SDK. This python project wa
## Installation

```bash
pip3 install coinbase-advanced
pip3 install coinbase-advanced-py
```

## Cloud API Keys
Expand Down
2 changes: 1 addition & 1 deletion coinbase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
exec(f.read(), about)

setup(
name="coinbase-advanced",
name="coinbase-advanced-py",
version=about["__version__"],
license="Apache 2.0",
description="Coinbase Advanced Trade API Python SDK",
Expand Down

0 comments on commit fbf5695

Please sign in to comment.