Skip to content

Commit fc16297

Browse files
committed
Bump version: 0.1.2 → 0.2.0
1 parent 53165ba commit fc16297

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='skinfer',
14-
version='0.1.2',
14+
version='0.2.0',
1515
description='Simple tool to merge JSON schemas',
1616
long_description=readme + '\n\n' + history,
1717
author='Scrapinghub',

skinfer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__author__ = 'Scrapinghub'
3131
__email__ = '[email protected]'
32-
__version__ = '0.1.2'
32+
__version__ = '0.2.0'
3333

3434

3535
from .json_schema_merger import merge_schema # NOQA

0 commit comments

Comments
 (0)