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",