Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quixote committed Apr 2, 2023
1 parent ac2e115 commit 3de0b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions koios_python.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
Expand Down

0 comments on commit 3de0b32

Please sign in to comment.