From 8f0fb8a698a33d0c7c2751dfbaf8c7eb4e6ef0a1 Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Wed, 25 Apr 2018 14:30:19 +0200 Subject: [PATCH] fixed typo in description --- filetags/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filetags/__init__.py b/filetags/__init__.py index 03cca28..db7265c 100755 --- a/filetags/__init__.py +++ b/filetags/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -PROG_VERSION = "Time-stamp: <2018-04-18 09:51:07 karl.voit>" +PROG_VERSION = "Time-stamp: <2018-04-25 14:29:48 karl.voit>" # TODO: # - fix parts marked with «FIXXME» @@ -124,7 +124,7 @@ Verbose description: http://Karl-Voit.at/managing-digital-photographs/" EPILOG = u"\n\ :copyright: (c) by Karl Voit \n\ :license: GPL v3 or any later version\n\ -:URL: https://github.com/novoid/filetag\n\ +:URL: https://github.com/novoid/filetags\n\ :bugreports: via github or \n\ :version: " + PROG_VERSION_DATE + "\n·\n"