Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz committed Sep 3, 2019
1 parent 67696d0 commit d22417b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 0.2.4
current_version = 0.2.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion scrapy_jsonschema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from scrapy_jsonschema.item import JsonSchemaItem
from scrapy_jsonschema.pipeline import JsonSchemaValidatePipeline

__version__ = '0.2.4'
__version__ = '0.2.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scrapy-jsonschema',
version='0.2.4',
version='0.2.5',
license='BSD',
description='Scrapy schema validation pipeline and Item builder using JSON Schema',
author='Scrapinghub',
Expand Down

0 comments on commit d22417b

Please sign in to comment.