Skip to content

Commit

Permalink
fix: Update project version in pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Nov 27, 2024
1 parent 6c4502e commit 74cdc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
VERSION=${{ github.event.release.tag_name }}
sed -i 's/__version__ = ".*"/__version__ = "'${VERSION}'"/' datastew/_version.py
sed -i "s/version='.*'/version='${VERSION}'/" setup.py
sed -i "s/version = '.*'/version = '${VERSION}'/" pyproject.toml
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "datastew"
version = "0.1.0"
description = "Intelligent data steward toolbox using Large Language Model embeddings for automated Data-Harmonization."
description = "Datastew is a python library for intelligent data harmonization using Large Language Model (LLM) vector embeddings."
authors = ["Tim Adams <[email protected]>", "Mehmet Can Ay <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 74cdc38

Please sign in to comment.