Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxslex committed Dec 1, 2019
1 parent 4bf201b commit 05a7786
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ tests/test_file_auth.json
tests/rdstation_client.json
tests/_rdstation_client.json
coverage.xml
builder.txt
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RDStation-client

[![Current version at PyPI](https://img.shields.io/badge/pypi-v0.0.5-yellowgreen.svg)](https://pypi.python.org/pypi/rdstation-client)
[![Downloads current version](https://img.shields.io/badge/download-v0.0.5-olympic.svg)](https://github.com/sxslex/rdstation-client/archive/v0.0.5.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://img.shields.io/badge/pyhton-2.7%20%7C%203.5%20%7C%203.6%20%7C%203.7-blue.svg)
[![Current version at PyPI](https://img.shields.io/badge/pypi-v0.0.6-yellowgreen.svg)](https://pypi.org/project/rdstation-client/)
[![Downloads current version](https://img.shields.io/badge/download-v0.0.6-olympic.svg)](https://github.com/sxslex/rdstation-client/archive/v0.0.6.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)
[![License: LGPLv3](https://img.shields.io/badge/license-LGPLv3+-red.svg)](https://github.com/sxslex/rdstation-client/blob/master/LICENSE)

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.5'
__version__ = '0.0.6'


import requests
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.5',
version='0.0.6',
url='https://github.com/sxslex/rdstation-client',
download_url=(
'https://github.com/sxslex/rdstation-client/archive/v0.0.5.tar.gz'
'https://github.com/sxslex/rdstation-client/archive/v0.0.6.tar.gz'
),
author='SleX',
author_email='sx.slex@gmail.com',
Expand Down

0 comments on commit 05a7786

Please sign in to comment.