Skip to content

Commit 1bba625

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent d8bdca6 commit 1bba625

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.2
2+
current_version = 1.0.3
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,6 +5,6 @@
55

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

1010
from parsel.selector import Selector, SelectorList # 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.2',
19+
version='1.0.3',
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)