From 54846b34e4ae30cbbcc88674f9fb8cef17310c27 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 21 2015 20:52:19 +0000 Subject: release 1.4.1 --- diff --git a/setup.py b/setup.py index 872dca3..38941e8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "fedfind", - version = "1.4", + version = "1.4.1", entry_points = {'console_scripts': ['fedfind = fedfind.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",