From eaf3b0812d85193c9d23fd94319fa51ce2551d89 Mon Sep 17 00:00:00 2001 From: John Bywater Date: Fri, 20 Oct 2017 12:12:47 +0100 Subject: [PATCH] Increased version number to 1.3.5. --- quantdsl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantdsl/__init__.py b/quantdsl/__init__.py index 7d3b723..5035d31 100644 --- a/quantdsl/__init__.py +++ b/quantdsl/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.3.5dev0' +__version__ = '1.3.5' # Todo: Support things like "third Wednesday of contract month" e.g. for settlement of futures. # Todo: Multiprocessing of repeat simulations and valuations, with combination of results, to increase accuracy.