Skip to content

Commit 307649a

Browse files
committed
version 1.0.6
1 parent 48182cb commit 307649a

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, 5)
5+
version = (1, 0, 6)
66
VERSION = '.'.join(map(str, version))
77

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

0 commit comments

Comments
 (0)