diff --git a/docs/source/conf.py b/docs/source/conf.py index 306804e..336a1b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,8 +27,8 @@ author = "Rick Staa" # The full version, including alpha/beta/rc tags -version = "1.0.7" -release = "1.0.7" +version = "1.0.8" +release = "1.0.8" # -- General configuration --------------------------------------------------- diff --git a/panda_autograsp/package.xml b/panda_autograsp/package.xml index f32b5e0..aa38ba1 100644 --- a/panda_autograsp/package.xml +++ b/panda_autograsp/package.xml @@ -1,7 +1,7 @@ panda_autograsp - 1.0.7 + 1.0.8 The panda_autograsp package diff --git a/panda_autograsp/version.py b/panda_autograsp/version.py index 9e604c0..e13bd59 100644 --- a/panda_autograsp/version.py +++ b/panda_autograsp/version.py @@ -1 +1 @@ -__version__ = "1.0.7" +__version__ = "1.0.8"