Skip to content

Commit

Permalink
Bumping version to 0.3.0 to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiazgutierrez committed Dec 6, 2020
1 parent 242ba88 commit bfb3217
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions setup.py
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)

0 comments on commit bfb3217

Please sign in to comment.