Skip to content

Commit

Permalink
Push updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Dec 19, 2023
1 parent 9915419 commit 37db05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "turbopuffer"
version = "0.1.0"
version = "0.1.1"
description = "Python Client for accessing the turbopuffer API"
authors = ["turbopuffer Inc. <info@turbopuffer.com>"]
maintainers = ["Jacob Wirth"]
Expand Down Expand Up @@ -32,7 +32,10 @@ classifiers = [
python = "^3.9"
requests = "^2.31"
dataclass-wizard = "^0.22"
orjson = {extras = ["fast"], version = "^3.9"}
orjson = {version = "^3.9", optional = true}

[tool.poetry.extras]
fast = ["orjson"]

[tool.poetry.dev-dependencies]
pytest = "^7.4.3"
Expand Down
2 changes: 1 addition & 1 deletion turbopuffer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1.0'
VERSION = '0.1.1'

0 comments on commit 37db05c

Please sign in to comment.