-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b4e912
commit 86b7e40
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
from .sites import default_archivers | ||
|
||
_version = 0.4 | ||
version = '0.8.4' | ||
_default_base_dir = './archive' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
|
||
setup( | ||
name='BASC-Archiver', | ||
version='0.8.3', | ||
version='0.8.4', | ||
description='Makes a complete archive of imageboard threads including images, HTML, and JSON.', | ||
long_description=long_description, | ||
author='Antonizoon Overtwater <[email protected]>, Daniel Oaks <[email protected]>', | ||
|