Skip to content

Commit c78a465

Browse files
committed
Update version number
1 parent 9c44e4b commit c78a465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name = 'code_ast',
88
packages = ['code_ast'],
9-
version = '0.1.0',
9+
version = '0.1.1',
1010
license='MIT',
1111
description = 'Fast structural analysis of any programming language in Python',
1212
long_description = long_description,

0 commit comments

Comments
 (0)