From f3ee9bb651654930f034d6001ffa9ba5f5c43b3d Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Fri, 9 Jan 2015 22:15:58 +0100 Subject: Release Pyinotify 0.9.5 --- python2/pyinotify.py | 4 ++-- python3/pyinotify.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python2/pyinotify.py b/python2/pyinotify.py index 5d07654..2dae002 100755 --- a/python2/pyinotify.py +++ b/python2/pyinotify.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # pyinotify.py - python interface to inotify -# Copyright (c) 2005-2014 Sebastien Martini +# Copyright (c) 2005-2015 Sebastien Martini # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -95,7 +95,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.4" +__version__ = "0.9.5" __metaclass__ = type # Use new-style classes by default diff --git a/python3/pyinotify.py b/python3/pyinotify.py index 576ec52..df4034a 100755 --- a/python3/pyinotify.py +++ b/python3/pyinotify.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # pyinotify.py - python interface to inotify -# Copyright (c) 2005-2014 Sebastien Martini +# Copyright (c) 2005-2015 Sebastien Martini # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -92,7 +92,7 @@ except ImportError: __author__ = "seb@dbzteam.org (Sebastien Martini)" -__version__ = "0.9.4" +__version__ = "0.9.5" # Compatibity mode: set to True to improve compatibility with diff --git a/setup.py b/setup.py index b4f712e..bec0c61 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ if compile_ext_mod or should_compile_ext_mod(): setup( name='pyinotify', - version='0.9.4', + version='0.9.5', description='Linux filesystem events monitoring', author='Sebastien Martini', author_email='seb@dbzteam.org', -- cgit v1.2.1