From c508588423eb76ae4d18d484e9dd45a64de7a3ab Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 1 Aug 2016 21:53:57 +0300 Subject: [PATCH] Version 3.0.1: fix for Python 3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a551db4..6f7bbc5 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if is_setuptools: } setup(name = "m_lib", - version = "3.0.0", + version = "3.0.1", description = "Broytman Library for Python", long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design", author = "Oleg Broytman", -- 2.39.2