Skip to content

Commit ea3d680

Browse files
committed
Z -> z
1 parent 53e9caa commit ea3d680

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## FileZen
1+
## Filezen
22
[![Documentation Status](https://readthedocs.org/projects/filezen/badge/?version=latest)](https://filezen.readthedocs.io/en/latest/?badge=latest)
33
![License Badge](https://img.shields.io/github/license/ab-anand/FileZen?color=red)
44

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.1.0"
2+
VERSION = "1.1.1"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
setup(
15-
name='FileZen',
15+
name='Filezen',
1616
author='Abhinav Anand',
1717
version=VERSION,
1818
author_email='abhinavanand1905@gmail.com',
@@ -28,12 +28,13 @@
2828
# dependency_links=dependency_links,
2929
# adding package data to it
3030
packages=find_packages(exclude=['contrib', 'docs']),
31-
download_url='https://github.com/ab-anand/FileZen/tarball/' + __version__,
31+
download_url='https://github.com/ab-anand/Filezen/tarball/' + __version__,
3232
classifiers=[
3333
'Intended Audience :: Developers',
3434
'License :: OSI Approved :: MIT License',
3535
'Natural Language :: English',
3636
'Programming Language :: Python',
37+
'Programming Language :: Python :: 2.7',
3738
'Programming Language :: Python :: 3',
3839
'Programming Language :: Python :: 3.4',
3940
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)