summaryrefslogtreecommitdiff
path: root/raphodo/__about__.py
diff options
context:
space:
mode:
Diffstat (limited to 'raphodo/__about__.py')
-rw-r--r--raphodo/__about__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/raphodo/__about__.py b/raphodo/__about__.py
index d0dce5f..2657dd2 100644
--- a/raphodo/__about__.py
+++ b/raphodo/__about__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2017 Damon Lynch <damonlynch@gmail.com>
+# Copyright (C) 2016-2018 Damon Lynch <damonlynch@gmail.com>
# 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.7'
__author__ = 'Damon Lynch'
__email__ = 'damonlynch@gmail.com'
__license__ = 'GPL'
-__copyright__ = 'Copyright 2007-2017 {}'.format(__author__)
+__copyright__ = 'Copyright 2007-2018 {}'.format(__author__)