Skip to content

Commit

Permalink
Bump version to 0.2.0, require pyinotify
Browse files Browse the repository at this point in the history
  • Loading branch information
joh committed Sep 15, 2013
1 parent b925fcc commit 485df0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
from distutils.core import setup

setup( name='When-changed',
version='0.1.0',
version='0.2.0',
description='Run a command when a file is changed',
author='Johannes H. Jensen',
url='https://github.com/joh/when-changed',
packages=['whenchanged'],
scripts=['when-changed'],
requires=['pyinotify'],
license = 'BSD'
)

0 comments on commit 485df0b

Please sign in to comment.