0.4.3 release

This commit is contained in:
Roman Mogilatov 2015-03-08 00:26:44 +02:00
parent a6571c5f58
commit 4f0f93459b
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -1 +1 @@
0.4.2
0.4.3

View File

@ -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,