From 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 14 Mar 2018 12:24:17 -0400 Subject: New upstream version 0.9.9 --- raphodo/__about__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'raphodo/__about__.py') diff --git a/raphodo/__about__.py b/raphodo/__about__.py index d0dce5f..8a6a281 100644 --- a/raphodo/__about__.py +++ b/raphodo/__about__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2017 Damon Lynch +# Copyright (C) 2016-2018 Damon Lynch # This file is part of Rapid Photo Downloader. # @@ -29,10 +29,10 @@ __summary__ = 'Downloads, renames and backs up photos and videos from cameras, p 'memory cards and other devices' __uri__ = 'http://www.damonlynch.net/rapid' -__version__ = '0.9.6' +__version__ = '0.9.9' __author__ = 'Damon Lynch' __email__ = 'damonlynch@gmail.com' __license__ = 'GPL' -__copyright__ = 'Copyright 2007-2017 {}'.format(__author__) +__copyright__ = 'Copyright 2007-2018 {}'.format(__author__) -- cgit v1.2.3