tisonkun commented on code in PR #81:
URL:
https://github.com/apache/pulsar-client-python/pull/81#discussion_r1063564911
##########
pulsar/__init__.py:
##########
@@ -62,6 +62,11 @@
from datetime import timedelta
+# Get the pulsar version from version.txt
+with open("version.txt") as f:
Review Comment:
I believe you should adjust this line based on the `__file__` path.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]