From d58a69fdee9be9e8b9ded90dfee6535d5bef03f7 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 27 Nov 2011 21:30:45 +0000 Subject: [PATCH] Releasing 1.0 --- pgxnclient/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pgxnclient/__init__.py b/pgxnclient/__init__.py index 8bbb3ca..a7e9ae7 100644 --- a/pgxnclient/__init__.py +++ b/pgxnclient/__init__.py @@ -6,7 +6,7 @@ # This file is part of the PGXN client -__version__ = '0.3b3.dev0' +__version__ = '1.0' # Paths where to find the command executables. # If relative, it's from the `pgxnclient` package directory. diff --git a/setup.py b/setup.py index 73f656d..7d18f59 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ classifiers = """ -Development Status :: 4 - Beta +Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers Intended Audience :: System Administrators