diff options
author | emkael <emkael@tlen.pl> | 2016-11-15 03:21:24 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-11-15 03:21:24 +0100 |
commit | c04a6e653664d47b28fcb3bc39f3f09afd24a7e6 (patch) | |
tree | e1d273198e75b875a579d66fd2397b0c24283e7c | |
parent | 0e4bb271fe50593e4737dbc9128776ff22c30d41 (diff) |
* version number bump1.1rc2
-rw-r--r-- | bundle/bidding_data-1.1-gui.zip | bin | 14138096 -> 14138096 bytes | |||
-rw-r--r-- | bundle/bidding_data-1.1.zip | bin | 13562163 -> 13562160 bytes | |||
-rw-r--r-- | src/bidding_data.py | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/bundle/bidding_data-1.1-gui.zip b/bundle/bidding_data-1.1-gui.zip Binary files differindex 493e81a..54a602f 100644 --- a/bundle/bidding_data-1.1-gui.zip +++ b/bundle/bidding_data-1.1-gui.zip diff --git a/bundle/bidding_data-1.1.zip b/bundle/bidding_data-1.1.zip Binary files differindex 027250d..139841e 100644 --- a/bundle/bidding_data-1.1.zip +++ b/bundle/bidding_data-1.1.zip 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): |