This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git
The following commit(s) were added to refs/heads/main by this push: new f84931c Bumped version to 3.3.0a1 (#130) f84931c is described below commit f84931c4908620c6f8fa897582ed2e72ba62f029 Author: Yunze Xu <xyzinfern...@163.com> AuthorDate: Mon Jun 5 15:59:47 2023 +0800 Bumped version to 3.3.0a1 (#130) --- pulsar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/__about__.py b/pulsar/__about__.py index 1c296a7..cf31d98 100644 --- a/pulsar/__about__.py +++ b/pulsar/__about__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -__version__='3.2.0a1' +__version__='3.3.0a1'