From 42949b58308ecd3cbcd148b44264c211cb665aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnaro=CC=88k?= Date: Sun, 14 Jul 2024 12:40:20 -0700 Subject: [PATCH] Set to next development version: 0.2.2.dev0. --- rosdoc2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosdoc2/__init__.py b/rosdoc2/__init__.py index 04f70b4..efd7f87 100644 --- a/rosdoc2/__init__.py +++ b/rosdoc2/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.2.1' +__version__ = '0.2.2.dev0'