From 945ca214b84e4f62cfdb5f6c3707ed2c8d81d317 Mon Sep 17 00:00:00 2001 From: Jesse Leigh Patsolic Date: Wed, 7 Aug 2019 16:20:35 -0400 Subject: [PATCH] increment python version to 2.0.5 (#309) --- Python/rerf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/rerf/__init__.py b/Python/rerf/__init__.py index 2b1db624..9485ceca 100644 --- a/Python/rerf/__init__.py +++ b/Python/rerf/__init__.py @@ -3,7 +3,7 @@ """ -__version__ = "2.0.4" +__version__ = "2.0.5" def check_version():