Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-anand committed Sep 19, 2020
1 parent 73f6a10 commit 3916fa9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!*
Expand Down Expand Up @@ -51,16 +51,16 @@ Installation
------------
`[back to top] <https://github.com/ab-anand/Filezen#filezen>`__

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

`pypi package link <https://test.pypi.org/project/Filezen>`__
`pypi package link <https://pypi.org/project/Filezen/>`__

``$ 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
Expand Down Expand Up @@ -198,5 +198,6 @@ Built with ♥ by `Abhinav Anand <https://github.com/ab-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/

2 changes: 1 addition & 1 deletion filezen/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version of Filezen package
VERSION = "1.3.0"
VERSION = "1.3.1"
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3916fa9

Please sign in to comment.