Skip to content

Commit

Permalink
Bump version: 2.0.0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHC committed Dec 27, 2023
1 parent b05e7de commit 57ad425
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 = 1.2.0
current_version = 2.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion llm_hyperparameters/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '2.1.0'
2 changes: 1 addition & 1 deletion llm_strategy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
)
from llm_strategy.llm_strategy import llm_dataclass, llm_strategy # type: ignore

__version__ = '1.2.0'
__version__ = '2.1.0'
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 = "llm_strategy"
version = "1.2.0"
version = "2.1.0"
description = "Directly Connecting Python to LLMs - Dataclasses & Interfaces <-> LLMs"
authors = ["Andreas Kirsch, Daedalus Lab Ltd <blackhc@gmail.com>"]
repository = "https://github.com/blackhc/llm-strategy"
Expand Down

0 comments on commit 57ad425

Please sign in to comment.