diff --git a/CMakeLists.txt b/CMakeLists.txt index d0591a3..1103b0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(LIBTOOL_INTERFACE 2) set(LIBTOOL_REVISION 3) set(LIBTOOL_AGE 2) -set(GOTCHA_VERSION "(1, 0, 6)") +set(GOTCHA_VERSION "(1, 0, 7)") set(DEFAULT_SYMBOL_VISIBILITY hidden) diff --git a/README.md b/README.md index bf85e7c..07f966e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -GOTCHA v1.0.6 +GOTCHA v1.0.7 ============ [![GOTCHA Build and Test](https://github.com/LLNL/GOTCHA/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/LLNL/GOTCHA/actions/workflows/build-and-test.yaml) [![Coverage Status](https://coveralls.io/repos/github/LLNL/GOTCHA/badge.svg?branch=develop)](https://coveralls.io/github/LLNL/GOTCHA?branch=develop) diff --git a/docs/conf.py b/docs/conf.py index fe8ce87..57a02b6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'1.0' # The full version, including alpha/beta/rc tags -release = u'1.0.6' +release = u'1.0.7' # -- General configuration ---------------------------------------------------