Skip to content

Commit 95ebb1f

Browse files
committed
0.2.0
1 parent bb7d008 commit 95ebb1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sourcemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .exceptions import SourceMapDecodeError # NOQA
99
from .decoder import SourceMapDecoder
1010

11-
__version__ = '0.1.8'
11+
__version__ = '0.2.0'
1212

1313

1414
def load(fp, cls=None):

0 commit comments

Comments
 (0)