Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 16, 2024
1 parent 975e215 commit a1f7ff3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.2.1 (2024-02-16)

### Fix

* fix: exporting ObjectAggregation and VectorAggregation from main module ([`975e215`](https://github.com/chanind/linear-relational/commit/975e215cc44f7d45f6c676ecd2efc73f5db9a546))


## v0.2.0 (2024-02-16)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion linear_relational/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

from .CausalEditor import (
CausalEditor,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "linear-relational"
version = "0.2.0"
version = "0.2.1"
description = "A Python library for working with Linear Relational Embeddings (LREs) and Linear Relational Concepts (LRCs) for LLMs"
authors = ["David Chanin <chanindav@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit a1f7ff3

Please sign in to comment.