summaryrefslogtreecommitdiff
path: root/src/bidding_data.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-11-14 15:42:15 +0100
committeremkael <emkael@tlen.pl>2015-11-14 15:42:15 +0100
commit63196d09277c7562ae9dd5a42aa4fb94530cddf4 (patch)
treef2b044b41baa0da3641df3d8282ae1cce0a533b5 /src/bidding_data.py
parentb9c4757cd41959c217a392ae512c407905bb5ad7 (diff)
* version number bump
Diffstat (limited to 'src/bidding_data.py')
-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 033caec..db781d7 100644
--- a/src/bidding_data.py
+++ b/src/bidding_data.py
@@ -14,7 +14,7 @@ import logging as log
from os import path, remove
from bs4 import BeautifulSoup as bs4
-__version__ = '1.0.2'
+__version__ = '1.0.3'
def parse_lineup_data(sitting_data):