Skip to content

Commit

Permalink
Add tick_size field
Browse files Browse the repository at this point in the history
- BREAKING Change precision to significant_digits
- Differentiate tick_size from significant_digits
- Fix tick_size from other exchanges
  • Loading branch information
Zatura committed Apr 26, 2023
1 parent 9297e1d commit 2d0b3ba
Show file tree
Hide file tree
Showing 10 changed files with 39,369 additions and 20,656 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.4.4--pre--alpha-orange.svg)](https://github.com/zatura/symbols)
[![Release](https://img.shields.io/badge/release-v0.5.0--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.4.4',
version='0.5.0',
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.4.4"
__build__ = 0x000404
__version__ = "0.5.0"
__build__ = 0x000500
__author__ = "Matheus Tura"
__license__ = "GPL-3.0"
__copyright__ = "Copyright Matheus Tura"
Loading

0 comments on commit 2d0b3ba

Please sign in to comment.