Skip to content

Commit 6352502

Browse files
committed
version 1.0.5
1 parent 7699ea7 commit 6352502

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

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

0 commit comments

Comments
 (0)