From 97222c2f754595722f053d3b453acee7f53945b5 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Fri, 9 Jun 2017 13:22:37 -0400 Subject: [PATCH] setup: New version for recent changes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b48c3fe..ab55238 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='oxrlib', description="Library to query the Open Exchange Rates (OXR) API", - version='1.4', + version='1.5', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',