diff options
-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 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): |