summaryrefslogtreecommitdiff
path: root/pycparser/__init__.py
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-03-06 07:56:55 +0200
committereli.bendersky <devnull@localhost>2011-03-06 07:56:55 +0200
commitb56e8f8be981c91be3eef1b80e6b2dfccfae57e2 (patch)
tree484c3c3006b0ee98c997e14905c4332d4c904d9c /pycparser/__init__.py
parentb36f5bb09f44065343bdbbca06d370ecdeafaba8 (diff)
downloadpycparser-b56e8f8be981c91be3eef1b80e6b2dfccfae57e2.tar.gz
preparing for release 2.03release_v2.03
Diffstat (limited to 'pycparser/__init__.py')
-rw-r--r--pycparser/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pycparser/__init__.py b/pycparser/__init__.py
index 9ee571e..c86b294 100644
--- a/pycparser/__init__.py
+++ b/pycparser/__init__.py
@@ -4,12 +4,12 @@
# This package file exports some convenience functions for
# interacting with pycparser
#
-# Copyright (C) 2008-2010, Eli Bendersky
+# Copyright (C) 2008-2011, Eli Bendersky
# License: LGPL
#-----------------------------------------------------------------
__all__ = ['c_lexer', 'c_parser', 'c_ast']
-__version__ = '2.02'
+__version__ = '2.03'
from subprocess import Popen, PIPE