diff --git a/README.rst b/README.rst index ef92224..dfc6d42 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Filezen ======= -|readthedocs.org| |license| |build| +|pypi| |readthedocs.org| |license| |build| *An Intelligent file organizer module which reads your file storing pattern & move the cluttered files accordingly!* @@ -51,16 +51,16 @@ Installation ------------ `[back to top] `__ -Option 1: installing through `pip `__ (Recommended) +Option 1: installing through `pip `__ (Recommended) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -`pypi package link `__ +`pypi package link `__ -``$ pip install -i https://test.pypi.org/simple/ Filezen`` +``$ pip install Filezen`` If you are behind a proxy -``$ pip --proxy [username:password@]domain_name:port install -i https://test.pypi.org/simple/ Filezen`` +``$ pip --proxy [username:password@]domain_name:port install -i https://pypi.org/project/Filezen/`` **Note:** If you get ``command not found`` then ``$ sudo apt-get install python-pip`` should fix that @@ -198,5 +198,6 @@ Built with ♥ by `Abhinav Anand `__ under the `MI :target: https://github.com/ab-anand/FileZen/blob/master/LICENSE .. |build| image:: https://travis-ci.com/ab-anand/Filezen.svg?branch=master :target: https://github.com/ab-anand/FileZen - +.. |pypi| image:: https://img.shields.io/pypi/pyversions/Filezen + :target: https://pypi.org/project/Filezen/ diff --git a/filezen/version.py b/filezen/version.py index c33715a..f67cf8e 100644 --- a/filezen/version.py +++ b/filezen/version.py @@ -1,2 +1,2 @@ # Version of Filezen package -VERSION = "1.3.0" +VERSION = "1.3.1" diff --git a/setup.py b/setup.py index 2360658..03bedd8 100644 --- a/setup.py +++ b/setup.py @@ -35,10 +35,8 @@ 'Natural Language :: English', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: System", "Topic :: System :: Operating System",