~exarkun/pyopenssl/release-0.13

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jean-Paul Calderone
  • Date: 2011-09-02 15:08:10 UTC
  • Revision ID: exarkun@twistedmatrix.com-20110902150810-ih681a5rfwp8np0l
Bump the version to the final release version

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from distutils.command.build_ext import build_ext
16
16
 
17
17
# XXX Deduplicate this
18
 
__version__ = '0.13a1'
 
18
__version__ = '0.13'
19
19
 
20
20
crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
21
21
              'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',