Skip to content

Commit

Permalink
Merge pull request #3 from laelhalawani/develop
Browse files Browse the repository at this point in the history
Update version and URL in setup.py
  • Loading branch information
laelhalawani authored Jan 4, 2024
2 parents e6c8139 + 0370ddd commit 66d0c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setup(
name="util_helper",
version="0.0.2",
version="0.0.3",
packages=find_packages(),
#install_requires=[],
#package_data={'glai': ['back_end/model_db/gguf_models/*.json']},
Expand All @@ -25,5 +25,5 @@
long_description=long_description,
long_description_content_type='text/markdown',
keywords=['file handling', 'string comparison', 'text preprocessing'],
url="https://github.com/laelhalawani/glai",
url="https://github.com/laelhalawani/util_helper",
)

0 comments on commit 66d0c85

Please sign in to comment.