From dcb073c6a7e9afc8b6479256c0a9457d1f883b77 Mon Sep 17 00:00:00 2001 From: Dominik Neise Date: Thu, 31 Jan 2019 15:37:18 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b8c2999..68912fd4 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def finalize_options(self): setup( name='eventio', - version='0.15.0', + version='0.16.0', description='Python read-only implementation of the EventIO file format', long_description=long_description, url='https://github.com/fact-project/pyeventio',