Skip to content

Commit

Permalink
Merge pull request #21 from IvanildoBarauna/feat-IncreaseVersionToStable
Browse files Browse the repository at this point in the history
chore: increase version to stable
  • Loading branch information
IvanildoBarauna authored Jul 19, 2024
2 parents 2f79762 + 1aa0139 commit dca073e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "currency-quote"
version = "3.0.2"
version = "3.1.0"
description = "Complete solution for extracting currency pair quotes data. With comprehensive testing, parameter validation, flexible configuration management, Hexagonal Architecture, CI/CD pipelines, code quality tools, and detailed documentation."
authors = ["IvanildoBarauna <[email protected]>"]
readme = "README.md"
license = "MIT"

classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down
2 changes: 2 additions & 0 deletions src/currency_quote/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from currency_quote.adapters.inbound.lib_controller import ClientBuilder

__all__ = ["ClientBuilder"]

0 comments on commit dca073e

Please sign in to comment.