Skip to content

Commit

Permalink
Fix Kucoin tick_size field
Browse files Browse the repository at this point in the history
  • Loading branch information
Zatura committed Apr 26, 2023
1 parent 2d0b3ba commit e07e399
Show file tree
Hide file tree
Showing 4 changed files with 7,966 additions and 7,966 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symbols
Cryptocurrency symbols catalog library

[![Release](https://img.shields.io/badge/release-v0.5.0--pre--alpha-orange.svg)](https://github.com/zatura/symbols)
[![Release](https://img.shields.io/badge/release-v0.5.1--pre--alpha-orange.svg)](https://github.com/zatura/symbols)
[![Python](https://img.shields.io/badge/Python-3.6|3.7|3.8|3.9|3.10|3.11-blue.svg)](https://github.com/zatura/symbols)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='symbols',
version='0.5.0',
version='0.5.1',
author='Matheus Tura',
author_website='zatura.me',
packages=find_packages(),
Expand Down
4 changes: 2 additions & 2 deletions symbols/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
__description__ = "A library for cryptocurrency ticker symbols manipulation."
__url__ = "https://github.com/zatura/symbols"
__author_url__ = "https://zatura.me"
__version__ = "0.5.0"
__build__ = 0x000500
__version__ = "0.5.1"
__build__ = 0x000501
__author__ = "Matheus Tura"
__license__ = "GPL-3.0"
__copyright__ = "Copyright Matheus Tura"
Loading

0 comments on commit e07e399

Please sign in to comment.