Skip to content

Commit

Permalink
ADD: tick version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benleetownsend committed Sep 29, 2023
1 parent 80f98aa commit 590c40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finetune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from finetune.target_models.masked_language_model import MaskedLanguageModel
from finetune.target_models.document_labeling import DocumentLabeler

__version__, VERSION, version = ("0.9.0",) * 3
__version__, VERSION, version = ("0.10.0",) * 3


# Logging configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):
setup(
name="finetune",
packages=find_packages(exclude=["tests", "tests.*"]),
version="0.9.0",
version="0.10.0",
install_requires=REQUIREMENTS,
extras_require={
"tf": ["tensorflow==2.11.0"],
Expand Down

0 comments on commit 590c40d

Please sign in to comment.