Skip to content

Commit

Permalink
chore: bump version (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanbohan authored Dec 21, 2023
1 parent ffc50e8 commit e3bcab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "greptimeai"
version = "0.1.14" # update greptimeai._VERSION at the same time
version = "0.1.15" # update greptimeai._VERSION at the same time
description = "Observability tool for LLM application"
authors = [
{ name = "Greptime", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/greptimeai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

_NAME = "greptimeai"
_VERSION = "0.1.14"
_VERSION = "0.1.15"

logger = logging.getLogger(f"{_NAME}:{_VERSION}")

0 comments on commit e3bcab7

Please sign in to comment.