Skip to content

Commit

Permalink
Pyinotify 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-m committed Jan 4, 2010
1 parent f1cf1ad commit 828831b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python2/pyinotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, version):

__author__ = "[email protected] (Sebastien Martini)"

__version__ = "0.8.8"
__version__ = "0.8.9"

__metaclass__ = type # Use new-style classes by default

Expand Down
2 changes: 1 addition & 1 deletion python3/pyinotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, version):

__author__ = "[email protected] (Sebastien Martini)"

__version__ = "0.8.8"
__version__ = "0.8.9"


# Compatibity mode: set to True to improve compatibility with
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@

setup(
name='pyinotify',
version='0.8.8',
version='0.8.9',
description='Linux filesystem events monitoring',
author='Sebastien Martini',
author_email='[email protected]',
license='MIT License',
platforms='Linux',
classifiers=classif,
url='http://trac.dbzteam.org/pyinotify',
download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.8.tar.gz',
download_url='http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.8.9.tar.gz',
py_modules=['pyinotify'],
package_dir=package_dir,
packages=[''],
Expand Down

0 comments on commit 828831b

Please sign in to comment.