Skip to content

Commit

Permalink
Add new listings, Update symbols info, Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zatura committed Apr 12, 2023
1 parent a4b46a9 commit 5a76239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1--pre--alpha-orange.svg)](https://github.com/zautra/symbols)
[![Release](https://img.shields.io/badge/release-v0.4.2--pre--alpha-orange.svg)](https://github.com/zautra/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/zautra/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.1',
version='0.4.2',
author='Matheus Tura',
author_website='zatura.me',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion symbols/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = "A library for cryptocurrency ticker symbols manipulation."
__url__ = "https://github.com/zatura/symbols"
__author_url__ = "https://zatura.me"
__version__ = "0.4.1"
__version__ = "0.4.2"
__build__ = 0x000410
__author__ = "Matheus Tura"
__license__ = "GPL-3.0"
Expand Down

0 comments on commit 5a76239

Please sign in to comment.