Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimebuelta committed Feb 11, 2017
1 parent 8982d99 commit 9d3676a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
ffind v1.0.4 - A sane replacement for command line file search
ffind v1.1.0 - A sane replacement for command line file search
===

*Info:* An utility to search files recursively on a dir.
Expand Down
2 changes: 1 addition & 1 deletion ffind/ffind.py
Expand Up @@ -20,7 +20,7 @@
VERSION = pkg_resources.require('ffind')[0].version
except:
# Default if not installed yet
VERSION = '1.0.4'
VERSION = '1.1.0'

# Define colors
RED_CHARACTER = '\x1b[31m'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -41,11 +41,11 @@ def run(self):
name='ffind',
description='Sane replacement for command line file search',
license='MIT',
version='1.0.4',
version='1.1.0',
author='Jaime Buelta',
author_email='jaime.buelta@gmail.com',
url='https://github.com/jaimebuelta/ffind',
download_url='https://github.com/jaimebuelta/ffind/tarball/1.0.4',
download_url='https://github.com/jaimebuelta/ffind/tarball/1.1.0',
platforms='Cross Platform',
classifiers=[
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit 9d3676a

Please sign in to comment.