From f0077a8240b0b1c240314548d8a59251cdcf8a08 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Fri, 9 Aug 2024 15:52:49 -0400 Subject: [PATCH] bump version --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b0db5480..11574eea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,17 +44,17 @@ # General information about the project. project = "dedupe" -copyright = "2022, Forest Gregg, Derek Eder, and contributors" +copyright = "2024, Forest Gregg, Derek Eder, and contributors" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = "2.0" +version = "3.0" # The full version, including alpha/beta/rc tags. -release = "2.0.17" +release = "3.0.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.