Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxslex committed Jan 25, 2021
1 parent 810b679 commit 8031d5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RDStation-client

[![Current version at PyPI](https://img.shields.io/badge/pypi-v0.0.9-yellowgreen.svg)](https://pypi.org/project/rdstation-client/)
[![Downloads current version](https://img.shields.io/badge/download-v0.0.9-lightgrey.svg)](https://github.com/sxslex/rdstation-client/archive/v0.0.9.tar.gz)
[![Current version at PyPI](https://img.shields.io/badge/pypi-v0.0.10-yellowgreen.svg)](https://pypi.org/project/rdstation-client/)
[![Downloads current version](https://img.shields.io/badge/download-v0.0.10-lightgrey.svg)](https://github.com/sxslex/rdstation-client/archive/v0.0.10.tar.gz)
[![Supported Python Versions](https://img.shields.io/badge/pyhton-2.7%20%7C%203.5%20%7C%203.6%20%7C%203.7-blue.svg)](https://github.com/sxslex/rdstation-client/)
[![Build Status](https://travis-ci.org/sxslex/rdstation-client.svg?branch=master)](https://travis-ci.org/sxslex/rdstation-client)
[![codecov](https://codecov.io/gh/sxslex/rdstation-client/branch/master/graph/badge.svg)](https://codecov.io/gh/sxslex/rdstation-client)
Expand Down
2 changes: 1 addition & 1 deletion rdstation_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://developers.rdstation.com/en/overview
"""Client for access API rdstation."""

__version__ = '0.0.9'
__version__ = '0.0.10'

from .utils import encode_all_unicode
from .errors import (
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setup(
name='rdstation-client',
version='0.0.9',
version='0.0.10',
url='https://github.com/sxslex/rdstation-client',
download_url=(
'https://github.com/sxslex/rdstation-client/archive/v0.0.9.tar.gz'
'https://github.com/sxslex/rdstation-client/archive/v0.0.10.tar.gz'
),
author='SleX',
author_email='sx.slex@gmail.com',
Expand Down

0 comments on commit 8031d5f

Please sign in to comment.