From 702c7f74a2f909056279149aa0da167aae797514 Mon Sep 17 00:00:00 2001 From: Kaymal Date: Wed, 1 May 2024 01:07:28 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- tcmb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"