]> git.phdru.name Git - m_lib.git/commitdiff
Version 3.0.0b2 - better Python 3 compatibility 3.0.0b2
authorOleg Broytman <phd@phdru.name>
Mon, 25 Jul 2016 21:20:28 +0000 (00:20 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 25 Jul 2016 21:20:28 +0000 (00:20 +0300)
setup.py

index 6e170308defd978eb70d1969e6d5643d7b6fa1ef..648f6b0e07ecf8defae8aa20aaea44eb66163a6e 100755 (executable)
--- 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",