From b0bfdbaa338163832a40dea9741cd667a5cc8d2d Mon Sep 17 00:00:00 2001 From: philemon Date: Sun, 27 Jul 2014 15:42:13 +0400 Subject: [PATCH] Version 0.7.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e571923..80cf7a8c 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name = 'mmgen', - version = '0.7.5', + version = '0.7.5', author = 'Philemon', author_email = 'mmgen-py@yandex.com', url = 'https://github.com/mmgen/mmgen',