From 6b32a3e1360fb46e446e5d6a0333335364f4ef68 Mon Sep 17 00:00:00 2001 From: Ball JGC Date: Wed, 17 Jan 2024 14:07:51 +0000 Subject: [PATCH] version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 798c12f..0b20e11 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = "detectree2" -copyright = "2022, James Ball" +copyright = "2023, James Ball" author = "James Ball" # The full version, including alpha/beta/rc tags -release = "1.0.7" +release = "1.0.8" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bb1216f..176f2b8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="detectree2", - version="1.0.7", + version="1.0.8", author="James G. C. Ball", author_email="ball.jgc@gmail.com", description="Detectree packaging",