From 17b620d3d7a475d8efcc895cedb7e7320159ff58 Mon Sep 17 00:00:00 2001 From: Tom Cocagne Date: Wed, 30 Oct 2019 12:50:24 -0500 Subject: [PATCH] bumped version to 1.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 688d177..e6a186d 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -VERSION = '1.1.0' +VERSION = '1.1.1' DESCRIPTION = ( 'A native Python implementation of the DBus protocol for Twisted ' 'applications.'