Skip to content

Commit

Permalink
Update main to v2.0.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomiconEZ authored Jan 18, 2025
1 parent 32b8c40 commit dcd0fb7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Red Teaming python-framework for testing chatbots and LLM-systems
## Install 🚀

```bash
pip install llamator==2.0.0
pip install llamator==2.0.1
```

## Documentation 📚
Expand Down
2 changes: 1 addition & 1 deletion docs/howtos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## Installation Guide

```bash
pip install llamator==2.0.0
pip install llamator==2.0.1
```

## Usage Guide (using LM Studio)
Expand Down
2 changes: 1 addition & 1 deletion src/llamator/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Version information."""

# fmt: off
__version__ = '2.0.0' # noqa
__version__ = '2.0.1' # noqa
# fmt: on

0 comments on commit dcd0fb7

Please sign in to comment.