We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1465570 + dff2199 commit db93ee5Copy full SHA for db93ee5
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.1.1] - May 2, 2024
+## [0.1.2] - May 2, 2024
6
7
- Add `py.typed` file so that mypy can find the type hints in this package.
8
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
name = "openai-messages-token-helper"
description = "A helper library for estimating tokens used by messages sent through OpenAI Chat Completions API."
-version = "0.1.1"
+version = "0.1.2"
authors = [{name = "Pamela Fox"}]
requires-python = ">=3.9"
readme = "README.md"
src/py.typed renamed to src/openai_messages_token_helper/py.typed
0 commit comments