File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ,
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' ,
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' ,
You can’t perform that action at this time.
0 commit comments