Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djm committed Mar 27, 2016
1 parent fa0db81 commit d32f240
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python-scrapyd-api

A Python wrapper for working with Scrapyd_'s API_.

Current released version: 2.0.0 (see history_).
Current released version: 2.0.1 (see history_).

Allows a Python application to talk to, and therefore control, the Scrapy_
daemon: Scrapyd_.
Expand Down
2 changes: 1 addition & 1 deletion scrapyd_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Darian Moody'
__email__ = 'mail@djm.org.uk'
__version__ = '2.0.0'
__version__ = '2.0.1'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2014 Darian Moody'

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

setup(
name='python-scrapyd-api',
version='2.0.0',
version='2.0.1',
description='A Python wrapper for working with the Scrapyd API',
keywords='python-scrapyd-api scrapyd scrapy api wrapper',
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit d32f240

Please sign in to comment.