Skip to content

Commit 50af8c4

Browse files
committed
I need a version bump to get this to work
1 parent 341fb05 commit 50af8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.1'
11+
__version__ = '0.3.0'
1212

1313

1414
def load(fp, cls=None):

0 commit comments

Comments
 (0)