Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g8a9 committed Jul 9, 2024
1 parent 07a772a commit 1b69523
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simple-generation"
version = "0.5.0"
version = "0.5.1"
description = "A python package to run inference with HuggingFace checkpoints wrapping many convenient features."
authors = ["Giuseppe Attanasio <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion simple_generation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Giuseppe Attanasio"""
__email__ = "[email protected]"
__version__ = "0.5.0"
__version__ = "0.5.1"


from .simple_generation import SimpleGenerator, DefaultGenerationConfig
Expand Down

0 comments on commit 1b69523

Please sign in to comment.