Skip to content

Commit

Permalink
🔖 Release 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Nov 22, 2024
1 parent 37cad62 commit 072b00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- run: pip install "laminci[doc-changes]@git+https://x-access-token:${{ secrets.LAMIN_BUILD_DOCS }}@github.com/laminlabs/laminci"
- run: laminci doc-changes
env:
Expand Down
2 changes: 1 addition & 1 deletion ourprojects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Reference
"""

__version__ = "0.0.1" # denote a pre-release for 0.1.0 with 0.1rc1
__version__ = "0.1.0" # denote a pre-release for 0.1.0 with 0.1rc1

from lamindb_setup import _check_instance_setup

Expand Down

0 comments on commit 072b00f

Please sign in to comment.