Skip to content

Commit

Permalink
Fix publication to pypi by updating version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirispilka committed Aug 1, 2024
1 parent 5dab9b7 commit c32d5d6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.1](https://github.com/apify/apify-haystack/releases/tag/0.1.1) (2024-07-31)

🐛 Bug Fixes
- Fixed publication to PyPI

## [0.1.0](https://github.com/apify/apify-haystack/releases/tag/0.1.0) (2024-07-30)

🚀 Features
Expand Down
56 changes: 28 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "apify_haystack"
version = "0.1.0"
version = "0.1.1"
description = "Apify-haystack integration"
authors = ["Apify Technologies s.r.o. <support@apify.com>"]
homepage = "https://apify.com"
Expand Down

0 comments on commit c32d5d6

Please sign in to comment.