From 4f0f93459be82851ff0f780a09c0f797febdcbe2 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Sun, 8 Mar 2015 00:26:44 +0200 Subject: [PATCH] 0.4.3 release --- LICENSE | 2 +- VERSION | 2 +- setup.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 19d9e17d..5442b8b7 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of objects nor the names of its +* Neither the name of Objects nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/VERSION b/VERSION index 2b7c5ae0..17b2ccd9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.2 +0.4.3 diff --git a/setup.py b/setup.py index 2c1b8234..10f56d5d 100644 --- a/setup.py +++ b/setup.py @@ -31,11 +31,11 @@ if __name__ == '__main__': version=version, description='Python catalogs of objects providers', long_description=description, - author='Roman Mogilatov', + author='ETS Labs', author_email='rmogilatov@gmail.com', - maintainer='Roman Mogilatov', + maintainer='ETS Labs', maintainer_email='rmogilatov@gmail.com', - url='https://github.com/rmk135/objects', + url='https://github.com/ets-labs/objects', license='BSD New', packages=['objects'], zip_safe=True,