From cc923cd91417a41ab08b32278eeabc2e31ab6a93 Mon Sep 17 00:00:00 2001 From: Alexander Fabisch Date: Thu, 10 Aug 2023 10:41:15 +0200 Subject: [PATCH] Version 3.4.0 --- pytransform3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytransform3d/__init__.py b/pytransform3d/__init__.py index 2ea0c2a24..b83225313 100644 --- a/pytransform3d/__init__.py +++ b/pytransform3d/__init__.py @@ -1,4 +1,4 @@ """3D transformations for Python.""" -__version__ = "3.3.0" +__version__ = "3.4.0"