From 081bac26dad7ef33cf7c486d71459f93f22e1769 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 16 Jun 2012 16:10:39 +0300 Subject: preparing release 2.07 --- pycparser/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pycparser/__init__.py') diff --git a/pycparser/__init__.py b/pycparser/__init__.py index ca02e52..9e29099 100644 --- a/pycparser/__init__.py +++ b/pycparser/__init__.py @@ -9,7 +9,7 @@ #----------------------------------------------------------------- __all__ = ['c_lexer', 'c_parser', 'c_ast'] -__version__ = '2.06' +__version__ = '2.07' from subprocess import Popen, PIPE -- cgit v1.2.1