]> git.phdru.name Git - m_lib.git/commitdiff
2018 year
authorOleg Broytman <phd@phdru.name>
Wed, 28 Mar 2018 18:45:39 +0000 (21:45 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 28 Mar 2018 18:45:39 +0000 (21:45 +0300)
README.txt
m_lib/__init__.py
setup.py

index e096d4e79fec922c08e5c4b17c52b9068c566c4c..e42e85db01f9fb9a20bf6ed5ab23dcc4d18e133d 100644 (file)
@@ -1,6 +1,6 @@
 Broytman Library for Python.
 Author: Oleg Broytman <phd@phdru.name>.
-Copyright (C) 1996-2017 PhiloSoft Design.
+Copyright (C) 1996-2018 PhiloSoft Design.
 License: GPL.
 
 For installation instruction see INSTALL.txt.
index bdbd21e44f3ebe248754a449a3a2c3b353964299..943eda83c2cd76b0f2617869e7a3cf66a8668cde 100644 (file)
@@ -1,4 +1,4 @@
-"""Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design"""
+"""Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design"""
 
 from pkgutil import extend_path
 __path__ = extend_path(__path__, __name__)
index 99e74b997c12e689255de16534bc907f4b052502..710e5e38d4e3ef93fbff845d5c2575bc73fdc624 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ if is_setuptools:
 setup(name = "m_lib",
     version = "3.1.0",
     description = "Broytman Library for Python",
-    long_description = "Broytman Library for Python, Copyright (C) 1996-2017 PhiloSoft Design",
+    long_description = "Broytman Library for Python, Copyright (C) 1996-2018 PhiloSoft Design",
     author = "Oleg Broytman",
     author_email = "phd@phdru.name",
     url = "http://phdru.name/Software/Python/#m_lib",