diff --git a/CHANGES b/CHANGES index 3425acb1..b97975c8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog for Acrylamid ======================= -0.7.2 (2013-04-02) +0.7.3 (2013-05-05) ------------------ ### What's new? diff --git a/setup.py b/setup.py index 8ab0c2e1..f3ed45ff 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='acrylamid', - version='0.7.3.dev0', + version='0.7.3', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),