Skip to content

Commit 9fc3a2c

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 960c569 commit 9fc3a2c

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,6 +4,6 @@
44

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

99
from .selectorlib import Selector # 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.8.0
2+
current_version = 0.9.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.8.0',
54+
version='0.9.0',
5555
zip_safe=False,
5656
)

0 commit comments

Comments
 (0)