erichare commented on code in PR #81:
URL: 
https://github.com/apache/pulsar-client-python/pull/81#discussion_r1067185272


##########
pkg/mac/build-mac-wheels.sh:
##########
@@ -25,7 +25,7 @@ cd "${ROOT_DIR}"
 
 source pkg/mac/common.sh
 
-PYTHON_CLIENT_VERSION=$(cat version.txt | xargs)
+PYTHON_CLIENT_VERSION=$(cat pulsar/__about__.py | cut -d "=" -f2 | xargs)

Review Comment:
   This has been added in the latest commit!



##########
pulsar/__about__.py:
##########
@@ -0,0 +1 @@
+__version__='3.1.0a1'

Review Comment:
   Updated to include the license in the file!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to