Skip to content

Commit be72fa8

Browse files
Merge pull request #56 from akamai/release/1.2.0
release/1.2.0
2 parents 5986751 + a63c865 commit be72fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from setuptools import setup, find_packages
22
setup(
33
name='edgegrid-python',
4-
version='1.1.1',
4+
version='1.2.0',
55
description='{OPEN} client authentication protocol for python-requests',
66
author='Jonathan Landis',
77
author_email='[email protected]',
88
maintainer='Akamai Developer Experience team',
99
maintainer_email='[email protected]',
10-
url='https://github.com/akamai-open/AkamaiOPEN-edgegrid-python',
10+
url='https://github.com/akamai/AkamaiOPEN-edgegrid-python',
1111
namespace_packages=['akamai'],
1212
packages=find_packages(),
1313
python_requires=">=2.7.10",

0 commit comments

Comments
 (0)