We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b69b5 commit e234778Copy full SHA for e234778
setup.py
@@ -21,7 +21,7 @@
21
classifiers=[
22
'Development Status :: 3 - Alpha',
23
'Intended Audience :: Developers',
24
- 'License :: OSI Approved :: Apache License 2.0',
+ 'License :: OSI Approved :: Apache Software License',
25
'Programming Language :: Python :: 3.8',
26
'Programming Language :: Python :: 3.9',
27
'Programming Language :: Python :: 3.10',
@@ -30,7 +30,7 @@
30
license='Apache License 2.0',
31
author='Joel Rangsmo',
32
author_email='[email protected]',
33
- version='0.2',
+ version='0.3',
34
url='https://github.com/elastx/python-pomerium_http_adapter',
35
download_url='https://github.com/elastx/python-pomerium_http_adapter/archive/v0.2.tar.gz',
36
packages=['pomerium_http_adapter'],
0 commit comments