From 8bb8bf2de91f6f78fc01dc34e9bf58367ddbd932 Mon Sep 17 00:00:00 2001 From: Peter Dekkers Date: Sat, 24 Aug 2024 09:23:27 +0200 Subject: [PATCH] updated version --- roboquant/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roboquant/__init__.py b/roboquant/__init__.py index d31c18f..39881b9 100644 --- a/roboquant/__init__.py +++ b/roboquant/__init__.py @@ -1,9 +1,8 @@ """ -The `roboquant` package contains the `run` method and the shared classes between components like -`Account`, `Asset` and `Event`. +The `roboquant` package contains the `run` method and shared classes like `Account`, `Asset` and `Event`. """ -__version__ = "0.9.2" +__version__ = "0.9.3" import logging