summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-11-16 15:52:46 +0100
committeremkael <emkael@tlen.pl>2016-11-16 15:52:46 +0100
commit1eba4b024b1a6293a347617606877234a77c2e94 (patch)
tree05f3d7a240ae0dbb0b684368f5a1e3eb175cfc92
parent612e0c5e90102c1d25c8902e66f07fd56c28610a (diff)
* version number bump
-rw-r--r--src/bidding_data.py2
1 files changed, 1 insertions, 1 deletions
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):