From 1aff284f9778aba58b90920672b83e6e7a51caaf Mon Sep 17 00:00:00 2001 From: Ball JGC Date: Sun, 1 Oct 2023 17:49:49 +0000 Subject: [PATCH] Bump version to 1.0.7 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 15030b6f..798c12fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "James Ball" # The full version, including alpha/beta/rc tags -release = "1.0.3" +release = "1.0.7" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a205c1bd..bb1216f1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="detectree2", - version="1.0.6", + version="1.0.7", author="James G. C. Ball", author_email="ball.jgc@gmail.com", description="Detectree packaging",