Skip to content

Commit db93ee5

Browse files
authored
Merge pull request #9 from pamelafox/move-typed
Move py.typed location
2 parents 1465570 + dff2199 commit db93ee5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.1] - May 2, 2024
5+
## [0.1.2] - May 2, 2024
66

77
- Add `py.typed` file so that mypy can find the type hints in this package.
88

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.1"
4+
version = "0.1.2"
55
authors = [{name = "Pamela Fox"}]
66
requires-python = ">=3.9"
77
readme = "README.md"
File renamed without changes.

0 commit comments

Comments
 (0)