Skip to content

Commit

Permalink
Merge pull request #121 from bybit-exchange/update_changelog
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
dextertd authored Apr 6, 2023
2 parents 094b5f4 + aaba4ae commit c684969
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.1.0] - 2023-04-06
## [5.1.1] - 2023-04-06
### Added
- HTTP endpoints to the `copy_trading` module

Expand Down
2 changes: 1 addition & 1 deletion pybit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "5.1.0"
VERSION = "5.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pybit',
version='5.1.0',
version='5.1.1',
description='Python3 Bybit HTTP/WebSocket API Connector',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c684969

Please sign in to comment.