Skip to content

Commit

Permalink
Merge pull request #56 from akamai/release/1.2.0
Browse files Browse the repository at this point in the history
release/1.2.0
  • Loading branch information
robertolopezlopez authored Aug 10, 2021
2 parents 5986751 + a63c865 commit be72fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup, find_packages
setup(
name='edgegrid-python',
version='1.1.1',
version='1.2.0',
description='{OPEN} client authentication protocol for python-requests',
author='Jonathan Landis',
author_email='[email protected]',
maintainer='Akamai Developer Experience team',
maintainer_email='[email protected]',
url='https://github.com/akamai-open/AkamaiOPEN-edgegrid-python',
url='https://github.com/akamai/AkamaiOPEN-edgegrid-python',
namespace_packages=['akamai'],
packages=find_packages(),
python_requires=">=2.7.10",
Expand Down

0 comments on commit be72fa8

Please sign in to comment.