From: Oleg Broytman Date: Mon, 1 Aug 2016 18:53:57 +0000 (+0300) Subject: Version 3.0.1: fix for Python 3 X-Git-Tag: 3.0.1^0 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=c508588423eb76ae4d18d484e9dd45a64de7a3ab Version 3.0.1: fix for Python 3 --- 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",