From e005149a751d791bf5790fbd2e904caa77071536 Mon Sep 17 00:00:00 2001 From: Robert Nitsch Date: Thu, 23 Jul 2020 19:27:04 +0200 Subject: [PATCH] Set version to 0.9.7 --- docs/source/conf.py | 4 ++-- src/py3createtorrent.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d56a54a..1b84be9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = u'py3createtorrent' -copyright = u'2013, Robert Nitsch' +copyright = u'2013-2020, Robert Nitsch' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.6' +release = '0.9.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/py3createtorrent.py b/src/py3createtorrent.py index 8345df6..ce2c09c 100644 --- a/src/py3createtorrent.py +++ b/src/py3createtorrent.py @@ -2,7 +2,7 @@ """ Create torrents via command line! -Copyright (C) 2010-2013 Robert Nitsch +Copyright (C) 2010-2020 Robert Nitsch Licensed according to GPL v3. """ @@ -55,7 +55,7 @@ # do not touch anything below this line unless you know what you're doing! -VERSION = '0.9.6' +VERSION = '0.9.7' # Note: # Kilobyte = kB = 1000 Bytes