From cb51808f0dfa627849884f049b0e3550b3d10e9d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 22:46:06 +0300 Subject: [PATCH] Release 3.0: Python 3 --- TODO | 3 --- setup.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO b/TODO index 1fcf08c..6ed2662 100644 --- a/TODO +++ b/TODO @@ -1,4 +1 @@ -Python 3. - - Add fladx - a module to read hierarchal config files (Xresources-like). diff --git a/setup.py b/setup.py index 648f6b0..a551db4 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ if is_setuptools: } setup(name = "m_lib", - version = "3.0.0b2", + version = "3.0.0", description = "Broytman Library for Python", long_description = "Broytman Library for Python, Copyright (C) 1996-2016 PhiloSoft Design", author = "Oleg Broytman", -- 2.39.2