Skip to content

Commit 8f33bfb

Browse files
committed
Bump version number.
Signed-off-by: Daira Hopwood <[email protected]>
1 parent 6e8ec8b commit 8f33bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libmodernize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from lib2to3.pygram import python_symbols as syms
66
from lib2to3.pgen2 import token
77

8-
__version__ = '0.3'
8+
__version__ = '0.4'
99

1010
def check_future_import(node):
1111
"""If this is a future import, return set of symbols that are imported,

0 commit comments

Comments
 (0)