Skip to content

Commit

Permalink
0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Feb 16, 2024
1 parent 64b1d4c commit 9f7f02c
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

3 changes: 3 additions & 0 deletions gritlm/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__version__ = "0.9.4"

from .gritlm import GritLM
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

setup(
name='gritlm',
version='0.9.3',
version='0.9.4',
description='GritLM',
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -55,6 +55,7 @@
"Huggingface Organization": "https://huggingface.co/gritlm",
"Source Code": "https://github.com/ContextualAI/gritlm",
},
url="https://github.com/ContextualAI/gritlm",
packages=find_packages(),
python_requires=">=3.7.0",
install_requires=[
Expand Down

0 comments on commit 9f7f02c

Please sign in to comment.