~david-ar/numpy.scons.support/checkfuncsatonce

« back to all changes in this revision

Viewing changes to release.py

  • Committer: David Cournapeau
  • Date: 2008-09-07 06:52:41 UTC
  • Revision ID: david@ar.media.kyoto-u.ac.jp-20080907065241-m8nhlm7bc0fnxgwq
Start working on 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
NAME        = 'numscons'
18
18
MAJOR       = 0
19
19
MINOR       = 9
20
 
MICRO       = 2
21
 
DEV         = False
 
20
MICRO       = 3
 
21
DEV         = True
22
22
DESCRIPTION = 'Enable to use scons within distutils to build extensions'
23
23
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
24
24
AUTHOR      = 'David Cournapeau'