From 29c49bce41d39513b6d3946403be81b77ee68ba8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 24 May 2005 16:34:38 +0000 Subject: * python/__init__.py: Python bindings deserve a minor version update. Upped to (0, 40, 2) --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index 0fd1d804..ebeb4208 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -3,4 +3,4 @@ from decorators import * from services import * from types import * -version = (0, 40, 1) +version = (0, 40, 2) -- cgit