Skip to content

Commit

Permalink
Merge pull request #7 from bhavnicksm/development
Browse files Browse the repository at this point in the history
Bump version to 0.1.2 and update package metadata
  • Loading branch information
bhavnicksm authored Nov 7, 2024
2 parents 44f71bc + a81b49e commit 3e87332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "autotiktokenizer"
version = "0.1.1"
version = "0.1.2"
description = "🧰 The AutoTokenizer that TikToken always needed -- Load any tokenizer with TikToken now! ✨"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/autotiktokenizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .autotiktokenizer import AutoTikTokenizer

__version__ = '0.1.1'
__version__ = '0.1.2'
__author__ = 'Bhavnick Singh Minhas'
__all__ = [ 'AutoTikTokenizer' ]

0 comments on commit 3e87332

Please sign in to comment.