Skip to content

Commit

Permalink
Bump version: 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Apr 18, 2023
1 parent a965f63 commit 54678b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.0
current_version = 1.8.1
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion parsel/__init__.py
Expand Up @@ -5,7 +5,7 @@

__author__ = "Scrapy project"
__email__ = "info@scrapy.org"
__version__ = "1.8.0"
__version__ = "1.8.1"
__all__ = [
"Selector",
"SelectorList",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@

setup(
name="parsel",
version="1.8.0",
version="1.8.1",
description="Parsel is a library to extract data from HTML and XML using XPath and CSS selectors",
long_description=readme + "\n\n" + history,
author="Scrapy project",
Expand Down

0 comments on commit 54678b5

Please sign in to comment.