diff --git a/pyproject.toml b/pyproject.toml index f2f1543..4b29399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tcmb" -version = "0.3.0" +version = "0.4.1" authors = [{ name = "Kaymal", email = "gutkyle@gmail.com" }] description = "Central Bank of the Republic of Türkiye (TCMB) Python API." readme = "README.md" diff --git a/tcmb/__init__.py b/tcmb/__init__.py index 0a7add3..390b8ef 100644 --- a/tcmb/__init__.py +++ b/tcmb/__init__.py @@ -1,3 +1,3 @@ from tcmb.core import Client, read -__version__ = "0.3.0" +__version__ = "0.4.1"