Bump version for 0.5.0-dev
This commit is contained in:
6
setup.py
6
setup.py
@@ -17,9 +17,9 @@ from distutils.core import setup
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 4
|
MINOR = 5
|
||||||
MICRO = 3
|
MICRO = 0
|
||||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
VERSION = '%d.%d.%d-dev' % (MAJOR, MINOR, MICRO)
|
||||||
|
|
||||||
def write_version_py(filename=None):
|
def write_version_py(filename=None):
|
||||||
cnt = """\
|
cnt = """\
|
||||||
|
|||||||
Reference in New Issue
Block a user