Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 1e96b0a

Browse files
committed
Version bump [ci skip]
1 parent c1762ea commit 1e96b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__all__ = ('MODES', 'OUTPUT_STYLES', 'SOURCE_COMMENTS', 'CompileError',
3030
'SassColor', 'SassError', 'SassFunction', 'SassList', 'SassMap',
3131
'SassNumber', 'SassWarning', 'and_join', 'compile')
32-
__version__ = '0.10.0'
32+
__version__ = '0.10.1'
3333

3434

3535
#: (:class:`collections.Mapping`) The dictionary of output styles.

0 commit comments

Comments
 (0)