# HG changeset patch # User cmlenz # Date 1125531150 0 # Node ID cf642b0d991b33f88db7f9845ead011529573019 # Parent 8f5f772c70b0e4a2aada1b98413f864a800c85c5 Increment version number diff --git a/bitten/__init__.py b/bitten/__init__.py --- a/bitten/__init__.py +++ b/bitten/__init__.py @@ -7,4 +7,4 @@ # you should have received as part of this distribution. The terms # are also available at http://bitten.cmlenz.net/wiki/License. -__version__ = '0.3' +__version__ = '0.4'