From 8f4c83d16978c1ebf45a76bb31ffa381d8c60882 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Fri, 8 Jun 2018 11:33:27 -0400 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd8f96f..b1b237b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='replay_identification', - version='0.1.5.dev0', + version='0.1.6.dev0', license='MIT', description=('Identify replay events using multiple information sources'), author='Eric Denovellis',