We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a4699 commit 866f72fCopy full SHA for 866f72f
sourcemap/__init__.py
@@ -8,7 +8,7 @@
8
from .exceptions import SourceMapDecodeError #NOQA
9
from .decoder import SourceMapDecoder
10
11
-__version__ = '0.1.6'
+__version__ = '0.1.7'
12
13
14
def load(fp, cls=None):
0 commit comments