From 30e9f1c1e88a4bbc8ddb783fcf096f7b5d63ab68 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Sun, 17 May 2020 14:10:17 -0400 Subject: [PATCH] setup: Version 2.0 for all the recent changes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5375d83..09fda15 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.7', + version='2.0', author='Brett Smith', author_email='brettcsmith@brettcsmith.org', license='GNU AGPLv3+',