Skip to content

Commit 332d115

Browse files
committed
Document release artifact install path
1 parent 828cc1a commit 332d115

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ useful for scheduled research, social monitoring, and enrichment workflows:
1515

1616
## Install
1717

18+
PyPI publication is pending. Use the pinned GitHub release artifact for now:
19+
1820
```bash
19-
pip install prefect-xquik
21+
pip install https://github.com/Xquik-dev/prefect-xquik/releases/download/v0.1.1/prefect_xquik-0.1.1-py3-none-any.whl
2022
```
2123

2224
For local development:

prefect_xquik/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
search_users,
1212
)
1313

14-
__version__ = "0.1.0"
14+
__version__ = "0.1.1"
1515

1616
__all__ = [
1717
"XquikClient",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prefect-xquik"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Prefect collection for Xquik read workflows"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)