~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Federico Di Gregorio
  • Date: 2009-04-20 18:34:06 UTC
  • Revision ID: fog@erin-20090420183406-r9ku4o65p7kvwxj0
Preparing release 2.0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
from distutils.sysconfig import get_python_inc
55
55
from distutils.ccompiler import get_default_compiler
56
56
 
57
 
PSYCOPG_VERSION = '2.0.9'
 
57
PSYCOPG_VERSION = '2.0.10'
58
58
version_flags   = ['dt', 'dec']
59
59
 
60
60
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')