src/p4l/__init__.py
changeset 151 8d74009f8f46
parent 138 f01b65d6c724
child 154 6d1d31dfbb38
equal deleted inserted replaced
150:1f277ab0c163 151:8d74009f8f46
    29 #
    29 #
    30 # The fact that you are presently reading this means that you have had
    30 # The fact that you are presently reading this means that you have had
    31 # knowledge of the CeCILL-B license and that you accept its terms.
    31 # knowledge of the CeCILL-B license and that you accept its terms.
    32 #
    32 #
    33 
    33 
    34 VERSION = (0, 3, 0, "final", 0)
    34 VERSION = (0, 4, 0, "final", 0)
    35 
    35 
    36 
    36 
    37 def get_version(version=VERSION):
    37 def get_version(version=VERSION):
    38     "Returns a PEP 386-compliant version number from VERSION."
    38     "Returns a PEP 386-compliant version number from VERSION."
    39     assert len(version) == 5
    39     assert len(version) == 5