Commit 9ed0a1a6 authored by Nicolas Delaby's avatar Nicolas Delaby

0.9a was intending to be a prior version of 0.9. According

http://www.python.org/dev/peps/pep-0386/ it was wrong.
Update the version with an incremented extraversion number.
parent 6b2e63c4
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys, os import sys, os
version = '0.9a' version = '0.9.1'
setup(name='xml_marshaller', setup(name='xml_marshaller',
version=version, version=version,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment