Skip to content

Commit 6d52ce5

Browse files
Merge pull request #5 from marekyggdrasil/master
release
2 parents 2231785 + 9786ad8 commit 6d52ce5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

postmen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def __init__(
122122
self._endpoint = endpoint if endpoint else 'https://%s-api.postmen.com' % region
123123
self._headers = {'content-type': 'application/json'}
124124
self._headers['postmen-api-key'] = api_key
125-
self._headers['x-postmen-agent'] = 'python-sdk-0.6'
125+
self._headers['x-postmen-agent'] = 'python-sdk-1.0'
126126
self._raw = raw
127127
self._safe = safe
128128
self._time = time

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# http://packaging.python.org/en/latest/tutorial.html#version
18-
version='0.6',
18+
version='1.0',
1919

2020
description='Python SDK of Postmen API',
2121
long_description=long_description,
@@ -24,7 +24,7 @@
2424
url='https://github.com/postmen/sdk-python',
2525

2626
# Download path
27-
download_url = 'https://github.com/postmen/sdk-python/tarball/0.4',
27+
download_url = 'https://github.com/postmen/sdk-python/tarball/1.0',
2828

2929
# Author details
3030
author='Postmen',
@@ -39,7 +39,7 @@
3939
# 3 - Alpha
4040
# 4 - Beta
4141
# 5 - Production/Stable
42-
'Development Status :: 3 - Alpha',
42+
'Development Status :: 5 - Production/Stable',
4343

4444
# Indicate who your project is intended for
4545
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)