From fd33d40f376bd802a1c10d1ddd22fe825fc9e140 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 27 2015 01:12:07 +0000 Subject: release 1.1.1 --- diff --git a/setup.py b/setup.py index 8133c14..2b70ddb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "fedfind", - version = "1.1.0", + version = "1.1.1", entry_points = {'console_scripts': ['fedfind = fedfind.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",