From 015970295430f9e67ee825a5c847ec572d179e5b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 20 2015 07:23:22 +0000 Subject: release 1.3 --- diff --git a/setup.py b/setup.py index f36e9cb..b4e7eae 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "fedfind", - version = "1.2", + version = "1.3", entry_points = {'console_scripts': ['fedfind = fedfind.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",