diff options
author | Joe Robinson <joe@lc8n.com> | 2020-12-01 11:23:26 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2020-12-01 11:23:26 +0000 |
commit | 0a819ab26d8670dfbfb1c0714d5f911aed7ed5ad (patch) | |
tree | e22ecf3038e28517d6f6a6b51fc8009f70c77381 | |
parent | 45d1ed9f4d2088e5d7fa44450222f436fe095591 (diff) |
Bump version
-rwxr-xr-x | saucypy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import optparse import shlex import sys -VERSION = "1.0.3" +VERSION = "1.0.4" ENTRIES_FILE = "saucypy.json" |