Skip to content

Commit

Permalink
Release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Muennighoff committed Jul 13, 2024
1 parent d745bcc commit ecf006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gritlm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

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

setup(
name='gritlm',
version='1.0.0',
version='1.0.1',
description='GritLM',
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ecf006e

Please sign in to comment.