From 1084428d68c51582fdfd9af685fa2d66f138e27f Mon Sep 17 00:00:00 2001 From: Tom Furnival Date: Sat, 27 Feb 2021 15:45:31 +0000 Subject: [PATCH] Update year and version --- README.md | 2 +- doc/conf.py | 4 ++-- pguresvt/release_info.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 613d8be..482254d 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,4 @@ To install ``pgure-svt`` in a `conda` environment (Linux and MacOS only): $ conda install pgure-svt -c conda-forge ``` -Copyright (C) 2015-2020 Tom Furnival. +Copyright (C) 2015-2021 Tom Furnival. diff --git a/doc/conf.py b/doc/conf.py index 435e363..6008dcb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,11 +22,11 @@ project = "pgure-svt" -copyright = "2015-2020, Tom Furnival" +copyright = "2015-2021, Tom Furnival" author = "Tom Furnival" # The full version, including alpha/beta/rc tags -release = "0.6.2" +release = "0.6.4" # -- General configuration --------------------------------------------------- diff --git a/pguresvt/release_info.py b/pguresvt/release_info.py index e2eaa66..041f52a 100644 --- a/pguresvt/release_info.py +++ b/pguresvt/release_info.py @@ -2,7 +2,7 @@ # License: GPLv3 author = "Tom Furnival" -copyright = "Copyright 2015-2020, Tom Furnival" +copyright = "Copyright 2015-2021, Tom Furnival" credits = [ "Tom Furnival", "Ben Martineau", @@ -13,7 +13,7 @@ ] description = "Singular value thresholding for denoising video microscopy data" license = "GPLv3" -version = "0.6.2" +version = "0.6.4" maintainer = "Tom Furnival" email = "tjof2@cam.ac.uk" status = "Development"