.dev0 suffix in python version (#987)

This commit is contained in:
Mishig Davaadorj
2022-04-22 09:36:18 +02:00
committed by GitHub
parent e7d9e34f9e
commit e6cd73a291
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.12.1"
__version__ = "0.12.1.dev0"
from typing import Tuple, Union, Tuple, List
from enum import Enum

View File

@ -8,7 +8,7 @@ extras["dev"] = extras["testing"]
setup(
name="tokenizers",
version="0.12.1",
version="0.12.1.dev0",
description="Fast and Customizable Tokenizers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",