From 3de0b3214f437273dfaac1d39a5cc270ca4d4e4c Mon Sep 17 00:00:00 2001 From: Quixote Date: Sun, 2 Apr 2023 17:43:03 +0200 Subject: [PATCH] updating version --- koios_python.egg-info/PKG-INFO | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koios_python.egg-info/PKG-INFO b/koios_python.egg-info/PKG-INFO index 0d8e2f9..39153e8 100644 --- a/koios_python.egg-info/PKG-INFO +++ b/koios_python.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: koios-python -Version: 1.2.0 +Version: 1.3.0 Summary: Python wrapper Library using Koios API for accessing information stored on the Cardano Blockchain Home-page: https://github.com/QuixoteSystems Author: Quixote Stake Pool @@ -21,7 +21,7 @@ License-File: LICENSE.md ![koios-python](https://user-images.githubusercontent.com/82296005/194378368-6d2de904-8eec-48bf-a0d9-37118f299470.png) -# Koios Python ![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue) [![PyPI - Python Version](https://img.shields.io/badge/pypi%20package-v1.1.0-green)](https://pypi.org/project/koios-python/) +# Koios Python ![PyPI - Python Version](https://img.shields.io/badge/python-%3E%3D3.8-blue) [![PyPI - Python Version](https://img.shields.io/badge/pypi%20package-v1.2.0-green)](https://pypi.org/project/koios-python/) ## Overview **Koios Python** is Python wrapper which allow interacting with all information and parameters stored on the Cardano blockchain using [Koios REST API](https://api.koios.rest/) diff --git a/setup.py b/setup.py index a5de884..71514f9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ LONG_DESCRIPTION = (HERE / "README.md").read_text(encoding='utf-8') setup( - version = '1.2.1', + version = '1.3.0', name = 'koios-python', author = 'Quixote Stake Pool', author_email = 'quixotepool@proton.me',