From dcf942c0a482907f397985f13867cac441ea82bd Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 13 Mar 2012 03:45:19 +0000 Subject: [PATCH] Releasing revision 1.0.2 --- pgxnclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgxnclient/__init__.py b/pgxnclient/__init__.py index 3b6499e..5ddfc88 100644 --- a/pgxnclient/__init__.py +++ b/pgxnclient/__init__.py @@ -6,7 +6,7 @@ # This file is part of the PGXN client -__version__ = '1.0.2.dev0' +__version__ = '1.0.2' # Paths where to find the command executables. # If relative, it's from the `pgxnclient` package directory.