Skip to content

Commit 83409f3

Browse files
committed
Bump to v0.1.4
1 parent 24ef79a commit 83409f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
TWINE_USERNAME: __token__
2929
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
30-
run: twine upload dist/*
30+
run: twine upload --verbose dist/*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "genstack"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Universal AI SDK from Genstack"
55
authors = [{name="Shrey Kumar", email="shreyk.dev@gmail.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)