X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;h=ac13e3b12b071a2499f9f19a8112ceca5ece7c84;hb=fbdb0637a25ee1f22462f8606e061e3bcc21cd62;hp=857eceddd2a828ae5baac8326903b78bed640ba5;hpb=92b8661d8d1eee6f391cbfb644fe7e29ff054cf3;p=m_lib.git diff --git a/setup.py b/setup.py index 857eced..ac13e3b 100755 --- a/setup.py +++ b/setup.py @@ -3,9 +3,9 @@ from distutils.core import setup setup(name = "m_lib", - version = "1.4", + version = "2.0", description = "Broytman Library for Python", - long_description = "Broytman Library for Python, Copyright (C) 1996-2012 PhiloSoft Design", + long_description = "Broytman Library for Python, Copyright (C) 1996-2013 PhiloSoft Design", author = "Oleg Broytman", author_email = "phd@phdru.name", url = "http://phdru.name/Software/Python/#m_lib",