From 97335c9d0a07364c00773eec2feb193302e16f0c Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Oct 10 2016 21:31:12 +0000 Subject: release 2.7.0 --- diff --git a/setup.py b/setup.py index 79a9e28..7208bec 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read(fname): setup( name = "fedfind", - version = "2.6.3", + version = "2.7.0", entry_points = {'console_scripts': ['fedfind = fedfind.cli:main'],}, author = "Adam Williamson", author_email = "awilliam@redhat.com",