Skip to content

Commit 43dc70d

Browse files
author
Víctor Ruiz
committed
Bump version: 0.2.6 → 0.3.0
1 parent f74c176 commit 43dc70d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 0.2.6
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:scrapy_jsonschema/__init__.py]
9-

scrapy_jsonschema/__init__.py

+1-1
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.2.6'
4+
__version__ = '0.3.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='scrapy-jsonschema',
5-
version='0.2.6',
5+
version='0.3.0',
66
license='BSD',
77
description='Scrapy schema validation pipeline and Item builder using JSON Schema',
88
author='Scrapinghub',

0 commit comments

Comments
 (0)