Skip to content

Commit e2fc790

Browse files
committed
chore: bump version to 0.1.4
1 parent f95e7bd commit e2fc790

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gptme-rag"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "RAG implementation for gptme context management"
55
authors = ["Bob <[email protected]>"]
66
readme = "README.md"

tests/test_watcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for the file watcher functionality."""
2+
23
import logging
34
import time
45
from pathlib import Path

0 commit comments

Comments
 (0)