From 0bebb64729ccd69bfcebdfc5e858b07608eedad8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 16 2016 08:24:56 +0000 Subject: release 2.2.1 --- diff --git a/setup.py b/setup.py index 50fbc4b..fff4598 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "fedfind", - version = "2.2.0", + version = "2.2.1", entry_points = {'console_scripts': ['fedfind = fedfind.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",