Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kpister committed May 16, 2023
1 parent a88ce3b commit af11979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "sllim"
version = "0.1.0"
version = "0.1.1"
description = "Fixing the openai api"
authors = ["Kaiser Pister <[email protected]>"]
authors = ["Kaiser Pister <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="sllim",
version="0.1.0",
version="0.1.1",
author="Kaiser Pister",
author_email="[email protected]",
packages=["sllim"],
Expand Down

0 comments on commit af11979

Please sign in to comment.