diff --git a/CHANGES b/CHANGES index a8c527b6..1a77a1c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Changelog for Acrylamid ======================= -0.7.9 (2014-09-09) ------------------- +0.7.10 (2014-09-11) +------------------- ### What's new? diff --git a/setup.py b/setup.py index 3de56334..639a7e52 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='acrylamid', - version='0.7.10.dev0', + version='0.7.10', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),