Skip to content

Commit 1726e0e

Browse files
committed
version 1.0.10
1 parent 49edc86 commit 1726e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css_parser/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim:fileencoding=utf-8
33
# License: LGPLv3 Copyright: 2018, Kovid Goyal <kovid at kovidgoyal.net>
44

5-
version = (1, 0, 9)
5+
version = (1, 0, 10)
66
VERSION = '.'.join(map(str, version))
77

88
__version__ = '%s $Id$' % VERSION

0 commit comments

Comments
 (0)