Skip to content

Commit

Permalink
Updated description on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Sep 29, 2014
1 parent 9532206 commit da159a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyblish_maya/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 3
VERSION_PATCH = 4

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
version = '%i.%i.%i' % version_info
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
license='LGPL',
author='Abstract Factory and Contributors',
author_email='marcus@abstractfactory.io',
description='Maya Pyblish package',
description='Maya integration of Pyblish',
long_description=readme,
zip_safe=False,
classifiers=classifiers,
Expand Down

0 comments on commit da159a6

Please sign in to comment.