From: Oleg Broytman Date: Mon, 25 Jul 2016 21:20:28 +0000 (+0300) Subject: Version 3.0.0b2 - better Python 3 compatibility X-Git-Tag: 3.0.0b2^0 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=7a837792ce750677b993704977bfdbd1c5b08b3f Version 3.0.0b2 - better Python 3 compatibility --- diff --git a/setup.py b/setup.py index 6e17030..648f6b0 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if is_setuptools: } setup(name = "m_lib", - version = "3.0.0b1", + version = "3.0.0b2", description = "Broytman Library for Python", long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design", author = "Oleg Broytman",