From 3914558bf9994b8f23a3af161651ea46c355ca5f Mon Sep 17 00:00:00 2001 From: sashomasho Date: Fri, 18 May 2018 12:29:46 +0300 Subject: [PATCH] update version because pypi doesn't allow filename reuse --- README.md | 2 +- src/kount/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a656c90..720f513 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Kount's SDK helps integrate Kount's fraud fighting solution into your python app http://www.kount.com/fraud-detection-software Contains sources, tests, and resources for the Kount Python SDK - SDK version: 3.0 + SDK version: 3.0.1 Python 2.7.13 and 3.5, 3.6.1 How do I get set up? diff --git a/src/kount/version.py b/src/kount/version.py index b21dc7d..9d68651 100644 --- a/src/kount/version.py +++ b/src/kount/version.py @@ -1,2 +1,2 @@ # Set the value to a VERSION in this dedicated module in the project -VERSION = '3.0' +VERSION = '3.0.1'