From 4026be8f03877ddfd304af52158e916521f6faf3 Mon Sep 17 00:00:00 2001 From: Peter Dekkers Date: Fri, 13 Dec 2024 19:51:14 +0100 Subject: [PATCH] updated version --- roboquant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roboquant/__init__.py b/roboquant/__init__.py index 3bb7c70..dfb9c77 100644 --- a/roboquant/__init__.py +++ b/roboquant/__init__.py @@ -2,7 +2,7 @@ The `roboquant` package contains the `run` method and shared classes like `Account`, `Asset` and `Event`. """ -__version__ = "0.9.5" +__version__ = "0.9.6" import logging