Skip to content

Commit 5ecbbd4

Browse files
committed
Updated readme, increment version
1 parent 1d3303c commit 5ecbbd4

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33
.. image:: https://badge.fury.io/py/Ardy.svg
44
:target: https://badge.fury.io/py/Ardy
55

6-
.. image:: https://travis-ci.org/python-microservices/pyms.svg?branch=master
7-
:target: https://travis-ci.org/python-microservices/pyms
8-
9-
.. image:: https://coveralls.io/repos/github/python-microservices/pyms/badge.svg?branch=master
10-
:target: https://coveralls.io/github/python-microservices/pyms?branch=master
11-
12-
.. image:: https://readthedocs.org/projects/pyms/badge/?version=latest
13-
:target: http://pyms.readthedocs.io/en/latest/?badge=latest
14-
:alt: Documentation Status
15-
16-
.. image:: https://requires.io/github/python-microservices/pyms/requirements.svg?branch=master
17-
:target: https://requires.io/github/python-microservices/pyms/requirements/?branch=master
18-
:alt: Requirements Status
6+
[![Build Status](https://travis-ci.org/python-microservices/pyms.svg?branch=master)](https://travis-ci.org/python-microservices/pyms)
7+
[![Coverage Status](https://coveralls.io/repos/github/python-microservices/pyms/badge.svg?branch=master)](https://coveralls.io/github/python-microservices/pyms?branch=master)
8+
[![Requirements Status](https://requires.io/github/python-microservices/pyms/requirements.svg?branch=master)](https://requires.io/github/python-microservices/pyms/requirements/?branch=master)
9+
[![Updates](https://pyup.io/repos/github/python-microservices/pyms/shield.svg)](https://pyup.io/repos/github/python-microservices/pyms/)
10+
[![Python 3](https://pyup.io/repos/github/python-microservices/pyms/python-3-shield.svg)](https://pyup.io/repos/github/python-microservices/pyms/)
11+
12+
## Installation
13+
```bash
14+
pip install py-ms
15+
```

pyms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__email__ = "a.vara.1986@gmail.com"
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)