Commit 0c1a536a authored by Nicolas Delaby's avatar Nicolas Delaby

prepare next release of package

parent 6971a2ab
......@@ -6,7 +6,7 @@ import re
api_version = re.search(r'\s*__version__\s*=\s*(\S+)',
open('ERP5Diff.py').read()).group(1).strip()
revision = 1
revision = 0
version = '%s.%s' % (api_version, revision)
setup(name="erp5diff",
......
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