Skip to content

Commit

Permalink
Z -> z
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-anand committed Sep 15, 2020
1 parent 53e9caa commit ea3d680
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## FileZen
## Filezen
[![Documentation Status](https://readthedocs.org/projects/filezen/badge/?version=latest)](https://filezen.readthedocs.io/en/latest/?badge=latest)
![License Badge](https://img.shields.io/github/license/ab-anand/FileZen?color=red)

Expand Down
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.1.0"
VERSION = "1.1.1"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


setup(
name='FileZen',
name='Filezen',
author='Abhinav Anand',
version=VERSION,
author_email='abhinavanand1905@gmail.com',
Expand All @@ -28,12 +28,13 @@
# dependency_links=dependency_links,
# adding package data to it
packages=find_packages(exclude=['contrib', 'docs']),
download_url='https://github.com/ab-anand/FileZen/tarball/' + __version__,
download_url='https://github.com/ab-anand/Filezen/tarball/' + __version__,
classifiers=[
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'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",
Expand Down

0 comments on commit ea3d680

Please sign in to comment.