From dd988a91eeee88b7fcbad5709abf95a7b42b174b Mon Sep 17 00:00:00 2001 From: Antoine Jeannot Date: Mon, 15 Jan 2024 16:41:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0.b1=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++---------- docs/index.md | 12 ++---------- modelkit/__init__.py | 2 +- 3 files changed, 5 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index cd986671..a10a83c0 100644 --- a/README.md +++ b/README.md @@ -71,17 +71,9 @@ pip install modelkit Optional dependencies are available for remote storage providers ([see documentation](https://cornerstone-ondemand.github.io/modelkit/assets/storage_provider/#using-different-providers)) -### 🚧 Beta release +`modelkit >= 0.1` is now be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡ -`modelkit 0.1` and onwards will be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡ - -To try out the beta before it is stable: - -``` -pip install --pre modelkit -``` - -Also, you can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration.md) +You can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration) to ease the migration process! ## Community diff --git a/docs/index.md b/docs/index.md index cd986671..a10a83c0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -71,17 +71,9 @@ pip install modelkit Optional dependencies are available for remote storage providers ([see documentation](https://cornerstone-ondemand.github.io/modelkit/assets/storage_provider/#using-different-providers)) -### 🚧 Beta release +`modelkit >= 0.1` is now be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡ -`modelkit 0.1` and onwards will be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡ - -To try out the beta before it is stable: - -``` -pip install --pre modelkit -``` - -Also, you can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration.md) +You can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration) to ease the migration process! ## Community diff --git a/modelkit/__init__.py b/modelkit/__init__.py index 79aa9175..3b2331ba 100644 --- a/modelkit/__init__.py +++ b/modelkit/__init__.py @@ -8,4 +8,4 @@ warnings.simplefilter(action="ignore", category=FutureWarning) -__version__ = "0.1.0.b1" +__version__ = "0.1.0"