diff --git a/setup.py b/setup.py index 8d6f0e9..438ad02 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='tablesnap', description='Uses inotify to monitor Cassandra SSTables and upload them to S3', long_description='Tablesnap is a script that uses inotify to monitor a directory for IN_MOVED_TO events and reacts to them by spawning a new thread to upload that file to Amazon S3, along with a JSON-formatted list of what other files were in the directory at the time of the copy.', - version='1.1.0', + version='1.2.0', license='BSD', author='Jeremy Grosser', author_email='jeremy@synack.me',