Skip to content

Commit 54678b5

Browse files
committed
Bump version: 1.8.0 → 1.8.1
1 parent a965f63 commit 54678b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0
2+
current_version = 1.8.1
33
commit = True
44
tag = True
55
tag_name = v{new_version}

parsel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = "Scrapy project"
77
__email__ = "[email protected]"
8-
__version__ = "1.8.0"
8+
__version__ = "1.8.1"
99
__all__ = [
1010
"Selector",
1111
"SelectorList",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="parsel",
14-
version="1.8.0",
14+
version="1.8.1",
1515
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
1616
long_description=readme + "\n\n" + history,
1717
author="Scrapy project",

0 commit comments

Comments
 (0)