diff options
Diffstat (limited to 'src/bidding_data.py')
-rw-r--r-- | src/bidding_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bidding_data.py b/src/bidding_data.py index e9a1134..78785d1 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.1rc1' +__version__ = '1.1rc2' def hash_file(file_path, block=65536): |