Skip to content

Commit

Permalink
v0.3.0: Make when-changed cross-platform
Browse files Browse the repository at this point in the history
Use the cross-platform watchdog API instead of Linux-only pyinotify.
This adds support for Mac OS X, Windows, BSD, etc. Other OSes should
also be supported via watchdog's polling fallback. Enjoy!
  • Loading branch information
joh committed Jan 23, 2016
1 parent 7d7b6f8 commit 6c2050f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='when-changed',
version='0.2.1',
version='0.3.0',
description='Run a command when a file is changed',
author='Johannes H. Jensen',
author_email='[email protected]',
Expand Down

0 comments on commit 6c2050f

Please sign in to comment.