diff options
Diffstat (limited to 'py/__init__.py')
-rw-r--r-- | py/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/py/__init__.py b/py/__init__.py index cf22e254de..08a575b6a7 100644 --- a/py/__init__.py +++ b/py/__init__.py @@ -8,7 +8,7 @@ dictionary or an import path. (c) Holger Krekel and others, 2004-2010 """ -__version__ = '1.4.1.dev2' +__version__ = '1.4.2.dev0' from py import _apipkg @@ -145,4 +145,3 @@ _apipkg.initpkg(__name__, attr={'_apipkg': _apipkg}, exportdefs={ }, }) - |