Skip to content

Commit

Permalink
Bump version: 0.1.13 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Aug 31, 2019
1 parent 608e5a9 commit b931fb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion selectolax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Artem Golubin"""
__email__ = 'me@rushter.com'
__version__ = '0.1.13'
__version__ = '0.2.0'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.13
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -23,3 +23,4 @@ max-line-length = 120

[pycodestyle]
max-line-length = 120

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def make_extensions():

setup(
name='selectolax',
version='0.1.13',
version='0.2.0',
description="Fast HTML5 CSS selector.",
long_description=readme,
author="Artem Golubin",
Expand Down

0 comments on commit b931fb5

Please sign in to comment.