Skip to content

Commit

Permalink
Upgrade to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toshsan committed Oct 10, 2023
1 parent 41bc0f5 commit e2e6a12
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 @@
[tool.poetry]
name = "embedding-server"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["ToshSan <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.0.2"
VERSION = "0.2.0"
DESCRIPTION = "Embedding Server"
LONG_DESCRIPTION = "Drop in replacement for OpenAI's embedding API. Can be used with official OpenAPI libraries"

Expand Down

0 comments on commit e2e6a12

Please sign in to comment.