From 32f77ca5977160fc6960c00ebaa4b9127a59bd79 Mon Sep 17 00:00:00 2001 From: Joris Engbers Date: Tue, 1 Mar 2016 17:01:17 +0100 Subject: [PATCH] Version bump (0.0.3) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4ee010..9fa3be9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.0.2', + version='0.0.3', description='Track callerid changes through Asterisk Management Interface (AMI)', long_description=long_description,