Skip to content

Commit

Permalink
Version number -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 6, 2021
1 parent 37f833d commit 38c2473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astcheck.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Check Python ASTs against templates"""
import ast

__version__ = '0.2.5'
__version__ = '0.3.0'

def mkarg(name):
# This was defined for Python 2-3 compatibility, and now left in place to
Expand Down

0 comments on commit 38c2473

Please sign in to comment.