Skip to content

Commit 7987209

Browse files
committed
Bump version: 0.13.0 → 0.14.0
1 parent 45f484b commit 7987209

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

selectorlib/__init__.py

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

55
__author__ = """scrapehero"""
66
__email__ = 'pypi@scrapehero.com'
7-
__version__ = '0.13.0'
7+
__version__ = '0.14.0'
88

99
from .selectorlib import Extractor # noqa:F401
1010
from .formatter import Formatter # noqa:F401

setup.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.13.0
2+
current_version = 0.14.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite='tests',
5252
tests_require=test_requirements,
5353
url='https://github.com/scrapehero/selectorlib',
54-
version='0.13.0',
54+
version='0.14.0',
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)