Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benlipkin committed Nov 23, 2024
1 parent bb682b4 commit 547fa8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion decoding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
__all__ = [
"estimators",
"generators",
"models",
"metrics",
"models",
"pmf",
"samplers",
"scorers",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"pytest==8.3.3",
"pytest-cov==6.0.0",
"pytest-html==4.1.1",
"ruff==0.7.4",
"ruff==0.8.0",
]

with pathlib.Path("README.md").open(encoding="utf-8") as f:
readme = f.read()

setuptools.setup(
name="decoding",
version="0.1.3",
version="0.1.4",
description="Composable inference algorithms with LLMs and programmable logic",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 547fa8c

Please sign in to comment.