From cc8a9aa9d0e9fa0a328c5a074fdaad3327656845 Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Mon, 25 Nov 2024 13:49:16 +0000 Subject: [PATCH 1/2] Release 0.0.2 --- src/litmodels/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litmodels/__about__.py b/src/litmodels/__about__.py index 773e9ee..a7eea38 100644 --- a/src/litmodels/__about__.py +++ b/src/litmodels/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1.dev" +__version__ = "0.0.2" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __license__ = "Apache-2.0" # TODO: change if needed and update the LICENSE file From b6c76f0e489ce2cbfe2bdec6510e0a6bbfeab486 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:50:35 +0100 Subject: [PATCH 2/2] Apply suggestions from code review --- src/litmodels/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/litmodels/__about__.py b/src/litmodels/__about__.py index a7eea38..b801271 100644 --- a/src/litmodels/__about__.py +++ b/src/litmodels/__about__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.2" +__version__ = "0.0.2.dev" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __license__ = "Apache-2.0" # TODO: change if needed and update the LICENSE file