diff options
author | emkael <emkael@tlen.pl> | 2016-11-16 15:52:46 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-16 15:52:46 +0100 |
commit | 1eba4b024b1a6293a347617606877234a77c2e94 (patch) | |
tree | 05f3d7a240ae0dbb0b684368f5a1e3eb175cfc92 /src | |
parent | 612e0c5e90102c1d25c8902e66f07fd56c28610a (diff) |
* version number bump
Diffstat (limited to 'src')
-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): |