diff --git a/README.md b/README.md index 6f0e443..d6d38ec 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index a1dac3d..5fbd0bb 100644 --- a/setup.py +++ b/setup.py @@ -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(), diff --git a/symbols/__version__.py b/symbols/__version__.py index d14ede5..0c55d7e 100644 --- a/symbols/__version__.py +++ b/symbols/__version__.py @@ -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"