Skip to content

Commit

Permalink
Bump to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarusstone committed Oct 29, 2023
1 parent 4a4670f commit d6c2136
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- name: Install Poetry ${{ env.POETRY_VERSION }}}
- name: Install Poetry ${{ env.POETRY_VERSION }}
uses: snok/install-poetry@v1
with:
version: ${{ env.POETRY_VERSION }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# platechain

[![release](https://github.com/sphinxbio/platechain/actions/workflows/release.yml/badge.svg)](https://github.com/sphinxbio/platechain/actions/workflows/release.yml)

Using LLMs to parse microplate data
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "platechain"
version = "0.0.1"
version = "0.0.2"
description = "A library of universal parsers for microplate data"
authors = ["Nicholas Larus-Stone <nicholas@sphinxbio.com>"]
readme = "README.md"
Expand Down

0 comments on commit d6c2136

Please sign in to comment.