Skip to content

Commit

Permalink
Bump version: 0.1.0.b1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejeannot committed Jan 15, 2024
1 parent 2add950 commit dd988a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 21 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 2 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modelkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
warnings.simplefilter(action="ignore", category=FutureWarning)


__version__ = "0.1.0.b1"
__version__ = "0.1.0"

0 comments on commit dd988a9

Please sign in to comment.