Skip to content

Commit 02af080

Browse files
author
Sharoon Thomas
committed
Release version 0.5
1 parent 1e61135 commit 02af080

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Microsoft Translator V2 -- Python API
22
=====================================
33

4-
:Version: 0.4
4+
:Version: 0.5
55
:Web: http://openlabs.co.in/
66
:keywords: Microsoft Translator
77
:copyright: Openlabs Technologies & Consulting (P) LTD
8+
:license: BSD
89

910
.. image:: https://secure.travis-ci.org/openlabs/Microsoft-Translator-Python-API.png?branch=master
1011
:target: http://travis-ci.org/#!/openlabs/Microsoft-Translator-Python-API
1112

12-
.. image:: https://coveralls.io/repos/openlabs/Microsoft-Translator-Python-API/badge.png
13+
.. image:: https://coveralls.io/repos/openlabs/Microsoft-Translator-Python-API/badge.png?branch=master
1314
:target: https://coveralls.io/r/openlabs/Microsoft-Translator-Python-API
1415

1516

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def read(fname):
3535

3636
setup(
3737
name="microsofttranslator",
38-
version="0.4",
38+
version="0.5",
3939
packages=[
4040
'microsofttranslator',
4141
],

0 commit comments

Comments
 (0)