From da94032d5ac68defd8c4aa82544e51694d349f2e Mon Sep 17 00:00:00 2001 From: Adam Heins Date: Mon, 30 Sep 2024 10:01:56 +0200 Subject: [PATCH] Bump to version 0.4.1. --- docs/src/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index 443390f..1a7dd14 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -25,7 +25,7 @@ author = 'Adam Heins' # The short X.Y version -version = '0.4.0' +version = '0.4.1' # The full version, including alpha/beta/rc tags release = version diff --git a/pyproject.toml b/pyproject.toml index 613beea..0114090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ line-length = 80 [tool.poetry] name = "xacrodoc" -version = "0.4.0" +version = "0.4.1" description = "Programmatically compile xacro files." authors = ["Adam Heins "] license = "MIT"