Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Jan 13, 2024
1 parent 2b7e086 commit 46bf79f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ To build and publish the PyPI package:
```sh
$ rm -rf dist/
```
4. Build new package
4. Make sure version in pyproject.toml and turbopuffer/version.py are up to date.
5. Build new package
```sh
$ python -m build
```
5. Upload release
6. Upload release
```sh
$ python -m twine upload dist/*
```
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 = "turbopuffer"
version = "0.1.2"
version = "0.1.3"
description = "Python Client for accessing the turbopuffer API"
authors = ["turbopuffer Inc. <info@turbopuffer.com>"]
maintainers = ["Jacob Wirth"]
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.2'
VERSION = '0.1.3'

0 comments on commit 46bf79f

Please sign in to comment.