Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Aug 15, 2024
1 parent 890e15a commit 8056706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 0.7.0
current_version = 0.7.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biochatter"
version = "0.7.0"
version = "0.7.1"
description = "Backend library for conversational AI in biomedicine"
authors = [
"Sebastian Lobentanzer <sebastian.lobentanzer@gmail.com>",
Expand Down Expand Up @@ -55,7 +55,7 @@ pdf2image = "^1.16.0"
langchain-community = "^0.2.5"
langgraph = "^0.1.5"
langchain-openai = "^0.1.14"
tiktoken = "0.7.0"
tiktoken = "0.7.1"
grandalf = "^0.8"
importlib-metadata = "^8.0.0"
colorcet = "^3.1.0"
Expand Down

0 comments on commit 8056706

Please sign in to comment.