diff --git a/docs/changelog.md b/docs/changelog.md index 4f1856d56..762518890 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -⬆️ Upgrade wetlab schema | [297](https://github.com/laminlabs/lamindb/pull/297) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-20 | +⬆️ Upgrade wetlab schema | [297](https://github.com/laminlabs/lamindb/pull/297) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-20 | 0.9.6 ⬆️ Added `dset` and `project` tables to core | [296](https://github.com/laminlabs/lamindb/pull/296) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-19 | 0.9.5 🩹 Fixed rds nbs | [295](https://github.com/laminlabs/lamindb/pull/295) | [sunnyosun](https://github.com/sunnyosun) | 2022-10-18 | 📝 Add prisma examples and implementation ideas | [294](https://github.com/laminlabs/lamindb/pull/294) | [fredericenard](https://github.com/fredericenard) | 2022-10-18 | diff --git a/lamindb/__init__.py b/lamindb/__init__.py index acd571db6..8926dc6c2 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -18,7 +18,7 @@ """ -__version__ = "0.9.5" +__version__ = "0.9.6" import warnings