From 1eba4b024b1a6293a347617606877234a77c2e94 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 16 Nov 2016 15:52:46 +0100 Subject: * version number bump --- src/bidding_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bidding_data.py b/src/bidding_data.py index 3dcae68..ad4d577 100644 --- a/src/bidding_data.py +++ b/src/bidding_data.py @@ -17,7 +17,7 @@ import pypyodbc from bs4 import BeautifulSoup as bs4 -__version__ = '1.1rc2' +__version__ = '1.1rc3' def hash_file(file_path, block=65536): -- cgit v1.2.3