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 e15f0b0 commit 70bd212Copy full SHA for 70bd212
sourcemap/__init__.py
@@ -8,7 +8,7 @@
8
from .exceptions import SourceMapDecodeError #NOQA
9
from .decoder import SourceMapDecoder
10
11
-__version__ = '0.1.4'
+__version__ = '0.1.5'
12
13
14
def load(fp, cls=None):
0 commit comments