Skip to content

Commit 93b3d13

Browse files
new version 1.1.0
1 parent 415fccb commit 93b3d13

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![PyPI](https://img.shields.io/badge/PyPi-v1.0.2-f39f37.svg)](https://pypi.python.org/pypi/gnewsclient)
1+
[![PyPI](https://img.shields.io/badge/PyPi-v1.1.0-f39f37.svg)](https://pypi.python.org/pypi/gnewsclient)
22
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/nikhilkumarsingh/gnewsclient/blob/master/LICENSE.txt)
33

44
# gnewsclient

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ To install gnewsclient, simply,
1717

1818
$ pip install gnewsclient
1919

20+
To install and use **gnewsclient CLI**, follow instructions here
21+
`CLI <CLI.md>`__
22+
2023
Filters
2124
-------
2225

@@ -152,7 +155,7 @@ Usage
152155
'estonian', 'indonesian', 'slovenian', 'italian', 'maltese', 'haitian creole', 'esperanto', 'ukrainian',
153156
'afrikaans', 'filipino', 'gujarati', 'hebrew', 'telugu', 'greek', 'persian', 'romanian']
154157
155-
.. |PyPI| image:: https://img.shields.io/badge/PyPi-v1.0.2-f39f37.svg
158+
.. |PyPI| image:: https://img.shields.io/badge/PyPi-v1.1.0-f39f37.svg
156159
:target: https://pypi.python.org/pypi/gnewsclient
157160
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000
158161
:target: https://github.com/nikhilkumarsingh/gnewsclient/blob/master/LICENSE.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99
pass
1010

1111
setup(name = 'gnewsclient',
12-
version = '1.0.2',
12+
version = '1.1.0',
1313
classifiers = [
1414
'Development Status :: 4 - Beta',
1515
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)