Skip to content

Commit d31895a

Browse files
committed
Bump version: 0.4.2 → 0.5.0
1 parent 5f5937a commit d31895a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

scrapy_jsonschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from scrapy_jsonschema.item import JsonSchemaItem
22
from scrapy_jsonschema.pipeline import JsonSchemaValidatePipeline
33

4-
__version__ = "0.4.2"
4+
__version__ = "0.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="scrapy-jsonschema",
5-
version="0.4.2",
5+
version="0.5.0",
66
license="BSD",
77
description="Scrapy schema validation pipeline and Item builder using JSON Schema",
88
author="Zyte",

0 commit comments

Comments
 (0)