Merge pull request #29 from apache/protobuf-bump

bump protobuf version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c5301f..cfda7ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 ## [Unreleased] - Unreleased
 ### Added
 ### Changed
+- Bumped `protobuf` version (`3.2.0` -> `3.20.0`) for later python version support
 ### Deprecated
 ### Removed
 ### Fixed
diff --git a/src/main/python/nexusproto/setup.py b/src/main/python/nexusproto/setup.py
index a2df5fc..54a10e3 100644
--- a/src/main/python/nexusproto/setup.py
+++ b/src/main/python/nexusproto/setup.py
@@ -19,7 +19,7 @@
 setup(
     name='nexusproto',
     version=__version__,
-    url="https://github.com/apache/incubator-sdap-nexusproto",
+    url="https://github.com/apache/sdap-nexusproto",
 
     author="dev@sdap.apache.org",
 
@@ -29,7 +29,7 @@
     platforms='any',
 
     install_requires=[
-        'protobuf==3.2.0'
+        'protobuf==3.20.0'
     ],
 
     classifiers=[