-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 0.3.0 to upload to pypi
- Loading branch information
1 parent
242ba88
commit bfb3217
Showing
7 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
from setuptools import setup | ||
|
||
setup(name='prioritymatrix', | ||
version='0.2', | ||
setup(name='pmatrix', | ||
version='0.3.0', | ||
description='Priority Matrix API', | ||
long_description='An SDK library to interact with the API for Priority Matrix, by Appfluence.', | ||
author='Appfluence Inc', | ||
url='https://github.com/appfluence/prioritymatrix-python', | ||
download_url = 'https://github.com/appfluence/prioritymatrix-python/tarball/0.2', | ||
download_url='https://github.com/appfluence/prioritymatrix-python/tarball/0.3.0', | ||
author_email='support+github@appfluence.com', | ||
license='MIT', | ||
packages=['prioritymatrix'], | ||
packages=['pmatrix'], | ||
zip_safe=False) |