From 474019c9033ad4099c1a1e4da507cfcb7db79c1f Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Wed, 27 Nov 2024 12:06:27 +0000 Subject: [PATCH] release v0.2.5 (#371) --- src/litserve/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litserve/__about__.py b/src/litserve/__about__.py index a1aaa2c1..9c8f1acc 100644 --- a/src/litserve/__about__.py +++ b/src/litserve/__about__.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.5.dev0" +__version__ = "0.2.5" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __license__ = "Apache-2.0"