diff --git a/docs/changelog.md b/docs/changelog.md index ad85a32..4ca042b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🎨 Remove duplication of public private nox module | [31](https://github.com/laminlabs/laminci/pull/31) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | +🎨 Remove duplication of public private nox module | [31](https://github.com/laminlabs/laminci/pull/31) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | 0.10.0 🚸 Silence httpx logger | [30](https://github.com/laminlabs/laminci/pull/30) | [falexwolf](https://github.com/falexwolf) | 2024-01-06 | Automatically make Github releases | [28](https://github.com/laminlabs/laminci/pull/28) | [Zethson](https://github.com/Zethson) | 2023-11-23 | ♻️ Replace CLI with lamindb-setup API calls | [26](https://github.com/laminlabs/laminci/pull/26) | [falexwolf](https://github.com/falexwolf) | 2023-10-30 | 0.9.0 diff --git a/laminci/__init__.py b/laminci/__init__.py index c022fb7..aa50676 100644 --- a/laminci/__init__.py +++ b/laminci/__init__.py @@ -6,7 +6,7 @@ """ -__version__ = "0.9.0" # denote a pre-release for 0.1.0 with 0.1a1 +__version__ = "0.10.0" # denote a pre-release for 0.1.0 with 0.1a1 from . import db, nox from ._artifacts import upload_docs_artifact