From 2a90094e0ddddde98b7cf43f28c6f5b7ab333c62 Mon Sep 17 00:00:00 2001 From: philemon Date: Thu, 17 Jul 2014 21:52:00 +0400 Subject: [PATCH] Version 0.7.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 860153ff..36c4a7de 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup( name = 'mmgen', - version = '0.7.2', + version = '0.7.3', author = 'Philemon', author_email = 'mmgen-py@yandex.com', url = 'https://github.com/mmgen/mmgen',