Skip to content

Commit

Permalink
publish 0.2.6 alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
leVirve committed Jul 26, 2016
1 parent d2ef969 commit c203082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dcard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dcard.dcard import *


__VERSION__ = '0.2.5'
__version__ = '0.2.6'


logger = logging.getLogger('dcard')
Expand Down
2 changes: 1 addition & 1 deletion dcard/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
parser.add_argument(
'-F', '--flatten', action='store_true', help='Option for flattening folders')
parser.add_argument(
'-V', '--version', action='version', version=dcard.__VERSION__)
'-V', '--version', action='version', version=dcard.__version__)


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():

setup(
name='dcard-spider',
version='0.2.5',
version='0.2.6',
url='http://github.coom/leVirve/dcard-spider',
description='A spider for Dcard through its newest API.',
long_description=readme(),
Expand Down

0 comments on commit c203082

Please sign in to comment.