Skip to content

Commit

Permalink
Bump version: 1.0.3 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdorneles committed Nov 22, 2016
1 parent 41ded70 commit 85260f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.1.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion parsel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = 'Scrapy project'
__email__ = '[email protected]'
__version__ = '1.0.3'
__version__ = '1.1.0'

from parsel.selector import Selector, SelectorList # NOQA
from parsel.csstranslator import css2xpath # NOQA
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='parsel',
version='1.0.3',
version='1.1.0',
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 85260f3

Please sign in to comment.