Skip to content

Commit

Permalink
Add iterators funcionality, Remove duplicate docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zatura committed May 6, 2023
1 parent 6e2730a commit ee27b71
Show file tree
Hide file tree
Showing 12 changed files with 8,277 additions and 70,596 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.2--pre--alpha-orange.svg)](https://github.com/zatura/symbols)
[![Release](https://img.shields.io/badge/release-v0.6.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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "symbols"
version = "0.5.2"
version = "0.6.0"
authors = [
{ name = "Matheus Tura" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = symbols
version = 0.5.2
version = 0.6.0
author = Matheus Tura
license = GPL-3.0
description = A library for cryptocurrency ticker symbols manipulation
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.2',
version='0.6.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.5.2"
__build__ = 0x000502
__version__ = "0.6.0"
__build__ = 0x000600
__author__ = "Matheus Tura"
__license__ = "GPL-3.0"
__copyright__ = "Copyright Matheus Tura"
Loading

0 comments on commit ee27b71

Please sign in to comment.