Skip to content

Commit dd988a9

Browse files
Bump version: 0.1.0.b1 → 0.1.0
1 parent 2add950 commit dd988a9

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,9 @@ pip install modelkit
7171

7272
Optional dependencies are available for remote storage providers ([see documentation](https://cornerstone-ondemand.github.io/modelkit/assets/storage_provider/#using-different-providers))
7373

74-
### 🚧 Beta release
74+
`modelkit >= 0.1` is now be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡
7575

76-
`modelkit 0.1` and onwards will be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡
77-
78-
To try out the beta before it is stable:
79-
80-
```
81-
pip install --pre modelkit
82-
```
83-
84-
Also, you can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration.md)
76+
You can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration)
8577
to ease the migration process!
8678

8779
## Community

docs/index.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,9 @@ pip install modelkit
7171

7272
Optional dependencies are available for remote storage providers ([see documentation](https://cornerstone-ondemand.github.io/modelkit/assets/storage_provider/#using-different-providers))
7373

74-
### 🚧 Beta release
74+
`modelkit >= 0.1` is now be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡
7575

76-
`modelkit 0.1` and onwards will be shipped with `pydantic 2`, bringing significant performance improvements 🎉 ⚡
77-
78-
To try out the beta before it is stable:
79-
80-
```
81-
pip install --pre modelkit
82-
```
83-
84-
Also, you can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration.md)
76+
You can refer to the [modelkit migration note](https://cornerstone-ondemand.github.io/modelkit/migration)
8577
to ease the migration process!
8678

8779
## Community

modelkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
warnings.simplefilter(action="ignore", category=FutureWarning)
99

1010

11-
__version__ = "0.1.0.b1"
11+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)