From 6cd9a8a48ab4a1a554a500c933424aa4b3126135 Mon Sep 17 00:00:00 2001 From: Sven Kreiss Date: Tue, 14 Mar 2023 00:28:54 +0100 Subject: [PATCH] version 0.2.2 --- socialforce/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socialforce/__init__.py b/socialforce/__init__.py index 907f3a3..ed03903 100644 --- a/socialforce/__init__.py +++ b/socialforce/__init__.py @@ -1,6 +1,6 @@ """PyTorch implementation of the Social Force model.""" -__version__ = '0.2.1' +__version__ = '0.2.2' from .field_of_view import FieldOfView from .trainer import Trainer