diff --git a/llmsherpa/__init__.py b/llmsherpa/__init__.py index 2a53590..4d26aa4 100644 --- a/llmsherpa/__init__.py +++ b/llmsherpa/__init__.py @@ -4,6 +4,6 @@ APIs to accelerate LLM use cases. """ -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = 'Ambika Sukla' __credits__ = 'NLMATICS CORP.' \ No newline at end of file diff --git a/setup.py b/setup.py index 7d8a9b1..95691a3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='llmsherpa', - version='0.1.0', + version='0.1.1', description='Strategic APIs to Accelerate LLM Use Cases', long_description=open('README.md').read(), long_description_content_type='text/markdown',