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"