From c1f745713328b5791ae74dfd68c04cb7f8bf8b07 Mon Sep 17 00:00:00 2001 From: Aniket Maurya Date: Mon, 15 Jul 2024 14:04:00 +0100 Subject: [PATCH] bump version for release (#170) --- 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 438089c4..d14a5378 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.1.2" +__version__ = "0.1.3" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __license__ = "Apache-2.0"