Skip to content

Commit 3916fa9

Browse files
committed
version upgrade
1 parent 73f6a10 commit 3916fa9

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Filezen
66
=======
77

8-
|readthedocs.org| |license| |build|
8+
|pypi| |readthedocs.org| |license| |build|
99

1010
*An Intelligent file organizer module which reads your file storing pattern & move
1111
the cluttered files accordingly!*
@@ -51,16 +51,16 @@ Installation
5151
------------
5252
`[back to top] <https://github.com/ab-anand/Filezen#filezen>`__
5353

54-
Option 1: installing through `pip <https://test.pypi.org/project/Filezen>`__ (Recommended)
54+
Option 1: installing through `pip <https://pypi.org/project/Filezen/>`__ (Recommended)
5555
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5656

57-
`pypi package link <https://test.pypi.org/project/Filezen>`__
57+
`pypi package link <https://pypi.org/project/Filezen/>`__
5858

59-
``$ pip install -i https://test.pypi.org/simple/ Filezen``
59+
``$ pip install Filezen``
6060

6161
If you are behind a proxy
6262

63-
``$ pip --proxy [username:password@]domain_name:port install -i https://test.pypi.org/simple/ Filezen``
63+
``$ pip --proxy [username:password@]domain_name:port install -i https://pypi.org/project/Filezen/``
6464

6565
**Note:** If you get ``command not found`` then
6666
``$ sudo apt-get install python-pip`` should fix that
@@ -198,5 +198,6 @@ Built with ♥ by `Abhinav Anand <https://github.com/ab-anand/>`__ under the `MI
198198
:target: https://github.com/ab-anand/FileZen/blob/master/LICENSE
199199
.. |build| image:: https://travis-ci.com/ab-anand/Filezen.svg?branch=master
200200
:target: https://github.com/ab-anand/FileZen
201-
201+
.. |pypi| image:: https://img.shields.io/pypi/pyversions/Filezen
202+
:target: https://pypi.org/project/Filezen/
202203

filezen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Version of Filezen package
2-
VERSION = "1.3.0"
2+
VERSION = "1.3.1"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
'Natural Language :: English',
3636
'Programming Language :: Python',
3737
'Programming Language :: Python :: 2.7',
38-
'Programming Language :: Python :: 3',
3938
'Programming Language :: Python :: 3.4',
4039
"Programming Language :: Python :: 3.6",
41-
"Programming Language :: Python :: 3.7",
4240
"Programming Language :: Python :: 3.8",
4341
"Topic :: System",
4442
"Topic :: System :: Operating System",

0 commit comments

Comments
 (0)