From 7caed557b9d5194202d8323f2d4795231a5d0b1d Mon Sep 17 00:00:00 2001 From: Maciej Kula Date: Thu, 2 Feb 2023 17:08:56 -0800 Subject: [PATCH] Bump version in setup.py PiperOrigin-RevId: 506761174 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb42f87..b3fa5cc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import pathlib import setuptools -VERSION = "0.7.2" +VERSION = "0.7.3" long_description = (pathlib.Path(__file__).parent .joinpath("README.md")