From b6417ab8a81f0360c9e45eaa3d8731f3e76823f8 Mon Sep 17 00:00:00 2001 From: Andrii Gakhov Date: Tue, 15 Aug 2017 18:06:29 +0200 Subject: [PATCH] Make pre-release 0.2.0 --- pdsa/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdsa/__about__.py b/pdsa/__about__.py index ae79a34..47e835e 100644 --- a/pdsa/__about__.py +++ b/pdsa/__about__.py @@ -12,7 +12,7 @@ "__version__", ] -__version__ = '0.1.1' +__version__ = '0.2.0' __summary__ = "Probabilistic Data Structures and Algorithms in Python"