Skip to content

Commit

Permalink
Little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Apr 23, 2016
1 parent c993c66 commit 2f7ada3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ build:

upload:
make clean
python setup.py sdist
python setup.py sdist upload
2 changes: 1 addition & 1 deletion favicon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Put in a storage backend
- Include HTML tags for use favicon
"""
VERSION = (0, 5)
VERSION = (0, 5, 1)
__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'Anthony Monthe (ZuluPro)'
__email__ = 'anthony.monthe@gmail.com'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def read_file(name):
url=favicon.__url__,
keywords=keywords,
packages=find_packages(exclude=[]),
include_package_data=True,
test_suite='runtests.main',
tests_require=read_file('requirements-tests.txt'),
classifiers=[
Expand Down

0 comments on commit 2f7ada3

Please sign in to comment.