From 823830e411b6e54da84985018555637d37c6bd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Bonnet?= <56230714+clement-bonnet@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:21:35 +0100 Subject: [PATCH] ci: increment version to 1.0.1 (#236) --- jumanji/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jumanji/version.py b/jumanji/version.py index a2526012d..cd3b0c876 100644 --- a/jumanji/version.py +++ b/jumanji/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.0.0" +__version__ = "1.0.1"