Skip to content

Commit bfb3217

Browse files
Bumping version to 0.3.0 to upload to pypi
1 parent 242ba88 commit bfb3217

7 files changed

Lines changed: 5 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from setuptools import setup
22

3-
setup(name='prioritymatrix',
4-
version='0.2',
3+
setup(name='pmatrix',
4+
version='0.3.0',
55
description='Priority Matrix API',
6+
long_description='An SDK library to interact with the API for Priority Matrix, by Appfluence.',
67
author='Appfluence Inc',
78
url='https://github.com/appfluence/prioritymatrix-python',
8-
download_url = 'https://github.com/appfluence/prioritymatrix-python/tarball/0.2',
9+
download_url='https://github.com/appfluence/prioritymatrix-python/tarball/0.3.0',
910
author_email='support+github@appfluence.com',
1011
license='MIT',
11-
packages=['prioritymatrix'],
12+
packages=['pmatrix'],
1213
zip_safe=False)

0 commit comments

Comments
 (0)