Skip to content

Commit cb7a7e2

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent 720126a commit cb7a7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
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

cssselect/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError
1919

2020

21-
VERSION = '1.0.2'
21+
VERSION = '1.0.3'
2222
__version__ = VERSION

0 commit comments

Comments
 (0)