Skip to content

Commit f5a5479

Browse files
committed
Update version
1 parent a78ea98 commit f5a5479

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ python3 -m pytest
1717

1818
## Publishing
1919

20-
Publish to PyPi:
20+
1. Update the version number in pyproject.toml
2121

22-
```shell
23-
export FLIT_USERNAME=__token__
24-
export FLIT_PASSWORD=<your-pypi-token>
25-
flit publish
26-
```
22+
2. Push the changes to the main branch
23+
24+
3. Publish to PyPi:
25+
26+
```shell
27+
export FLIT_USERNAME=__token__
28+
export FLIT_PASSWORD=<your-pypi-token>
29+
flit publish
30+
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "openai-messages-token-helper"
33
description = "A helper library for estimating tokens used by messages sent through OpenAI Chat Completions API."
4-
version = "0.1.5"
4+
version = "0.1.6"
55
authors = [{name = "Pamela Fox"}]
66
requires-python = ">=3.9"
77
readme = "README.md"

0 commit comments

Comments
 (0)