diff options
| author | jvoisin | 2013-07-17 15:44:42 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-17 15:44:42 +0200 |
| commit | cb127bb23213fa9915eea51e1901a9ae082b573d (patch) | |
| tree | 5a0212d9f69c4ab5c3d354bb7944afeedb752b2b /setup.py | |
| parent | a6619df7df85e4e5f430154abdd0cf248456cbd9 (diff) | |
Bump version0.4-rc
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ import os | |||
| 5 | from distutils.core import setup | 5 | from distutils.core import setup |
| 6 | from DistUtilsExtra.command import * | 6 | from DistUtilsExtra.command import * |
| 7 | 7 | ||
| 8 | __version__ = '0.4' | 8 | __version__ = '0.4-rc' |
| 9 | 9 | ||
| 10 | #Remove MANIFEST file, since distutils | 10 | #Remove MANIFEST file, since distutils |
| 11 | #doesn't properly update it when | 11 | #doesn't properly update it when |
