diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-04 22:10:00 -0400 |
| commit | 9021a0bd7d8ac5c72670af85c3ce911117dd0065 (patch) | |
| tree | 209c64db0dbde8042e8ce3319417d5d3a63875ab /release.py | |
| parent | e8211b8d93549b3dd62a1efc03c9581e0e990d81 (diff) | |
| download | python-setuptools-bitbucket-9021a0bd7d8ac5c72670af85c3ce911117dd0065.tar.gz | |
Bumped to 0.6.38 in preparation for next release.
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ try: except Exception: pass -VERSION = '0.6.37' +VERSION = '0.6.38' def get_next_version(): digits = map(int, VERSION.split('.')) |
