From e72a20e0a8e231b15577bd9549a2cf4d62be91dc Mon Sep 17 00:00:00 2001 From: Andrii Gakhov Date: Tue, 27 Aug 2019 16:06:56 +0200 Subject: [PATCH] bump 0.5.0 --- pdsa/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdsa/__about__.py b/pdsa/__about__.py index 5bdbfbb..d4a6f23 100644 --- a/pdsa/__about__.py +++ b/pdsa/__about__.py @@ -12,7 +12,7 @@ "__version__", ] -__version__ = '0.4.1' +__version__ = '0.5.0' __summary__ = "Probabilistic Data Structures and Algorithms in Python"