Skip to content

Commit fc6babb

Browse files
fix: address CodeRabbit review comments
- Bump version to 0.2.0 for breaking change (Python 3.10/3.11 support removal) - Update both main and client pyproject.toml versions - Fix requirements-dev.txt comment to reference correct output filename - Addresses all CodeRabbit review feedback
1 parent f769074 commit fc6babb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/python/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 = "contextforge-memory-client"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Python client library for ContextForge Memory API"
99
readme = "README.md"
1010
requires-python = ">=3.12"

pyproject.toml

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

4949
[project]
5050
name = "contextforge-memory"
51-
version = "0.1.0"
51+
version = "0.2.0"
5252
description = "ContextForge Memory API"
5353
requires-python = ">=3.12"
5454
dependencies = [

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements-dev-new.txt requirements-dev.in
5+
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
66
#
77
argcomplete==3.6.3
88
# via commitizen

0 commit comments

Comments
 (0)