Skip to content

Commit 85260f3

Browse files
committed
Bump version: 1.0.3 → 1.1.0
1 parent 41ded70 commit 85260f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

parsel/__init__.py

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

66
__author__ = 'Scrapy project'
77
__email__ = '[email protected]'
8-
__version__ = '1.0.3'
8+
__version__ = '1.1.0'
99

1010
from parsel.selector import Selector, SelectorList # NOQA
1111
from parsel.csstranslator import css2xpath # NOQA

setup.py

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

1717
setup(
1818
name='parsel',
19-
version='1.0.3',
19+
version='1.1.0',
2020
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
2121
long_description=readme + '\n\n' + history,
2222
author="Scrapy project",

0 commit comments

Comments
 (0)