We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f484b commit 7987209Copy full SHA for 7987209
selectorlib/__init__.py
@@ -4,7 +4,7 @@
4
5
__author__ = """scrapehero"""
6
__email__ = 'pypi@scrapehero.com'
7
-__version__ = '0.13.0'
+__version__ = '0.14.0'
8
9
from .selectorlib import Extractor # noqa:F401
10
from .formatter import Formatter # noqa:F401
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.13.0
+current_version = 0.14.0
3
commit = True
tag = True
setup.py
@@ -51,6 +51,6 @@
51
test_suite='tests',
52
tests_require=test_requirements,
53
url='https://github.com/scrapehero/selectorlib',
54
- version='0.13.0',
+ version='0.14.0',
55
zip_safe=False,
56
)
0 commit comments