Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #58 from FrostbyteSpace/v0.1.3_dev
Browse files Browse the repository at this point in the history
Updated version to v0.1.3
  • Loading branch information
Luna-Klatzer authored Feb 16, 2021
2 parents 11ab2ac + d3acd25 commit 0393958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![OpenHiven.py](https://images.nxybi.me/da4e88d64f12.png) <br> OpenHiven.py
## The OpenSource Python API Wrapper for Hiven!

[![Package Version](https://img.shields.io/badge/package%20version-v0.1.3.dev2-purple?logo=python)](https://github.com/FrostbyteSpace/openhiven.py)
[![Package Version](https://img.shields.io/badge/package%20version-v0.1.3-purple?logo=python)](https://github.com/FrostbyteSpace/openhiven.py)
[![Python Version](https://img.shields.io/badge/python->=3.7-blue?logo=python)](https://python.org)
![Build](https://img.shields.io/github/workflow/status/FrostbyteSpace/openhiven.py/CodeQL?logo=github)
[![Latest Commit](https://img.shields.io/github/last-commit/FrostbyteSpace/openhiven.py?logo=github&color=violet)](https://github.com/FrostbyteSpace/openhiven.py/commits/mainy)
Expand Down
2 changes: 1 addition & 1 deletion openhivenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__title__ = "openhiven.py"
__author__ = "Nicolas Klatzer"
__license__ = "MIT"
__version__ = "0.1.3.dev2"
__version__ = "0.1.3"
__copyright__ = "FrostbyteSpace"

import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="openhivenpy",
version="0.1.3.dev2",
version="0.1.3",
author="Nicolas Klatzer",
author_email="nicolas.klatzer@gmail.com",
description="The OpenSource Python API Wrapper for Hiven!",
Expand Down

0 comments on commit 0393958

Please sign in to comment.