Skip to content

Commit 298d253

Browse files
authored
release: Update to 0.2.0 - markitdown and content processors (#6)
1 parent 6878b54 commit 298d253

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ genai-processors-url-fetch/
317317

318318
Releases are automated via GitHub Actions:
319319

320-
1. **Create a tag**: `git tag v0.1.0`
321-
2. **Push tag**: `git push origin v0.1.0`
320+
1. **Create a tag**: `git tag 0.1.0`
321+
2. **Push tag**: `git push origin 0.1.0`
322322
3. **GitHub Actions** automatically:
323323
- Builds the package
324324
- Runs full test suite

genai_processors_url_fetch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
from .url_fetch import FetchConfig, UrlFetchProcessor
1212

13-
__version__ = "0.1.0"
13+
__version__ = "0.2.0"
1414
__all__ = ["UrlFetchProcessor", "FetchConfig"]

pyproject.toml

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

55
[project]
66
name = "genai-processors-url-fetch"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A URL fetch processor for Google's genai-processors framework"
99
authors = [
1010
{name = "Mark Beacom", email = "m@beacom.dev"},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)