Skip to content

Commit a388b5a

Browse files
SkylarKeltyclaude
andcommitted
Fix __version__ to match 0.2.0 used elsewhere
__init__.py still had 0.1.0 while main.py, User-Agent strings, and the FastAPI app all reference 0.2.0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4708651 commit a388b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artemis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Artemis - FastAPI wrapper around SearXNG with LiteLLM summarization."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)