From 8351a36cbcbe8529ec1c0bb60d77bf65fb59fe12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 3 Jan 2018 18:30:52 +0100 Subject: New upstream version 0.9.7 --- 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 e424edb..2657dd2 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.4' +__version__ = '0.9.7' __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