Skip to content

Commit

Permalink
bumped version to v0.1.1 and update license on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gentaiscool committed Jun 17, 2024
1 parent 137391a commit b27dd7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

setuptools.setup(
name="distfuse",
version="0.1.0",
version="0.1.1",
author="Genta Indra Winata",
author_email="gentaindrawinata@gmail.com",
description="Compute DistFuse similarity scores from embedding models and APIs",
long_description=long_description,
long_description_content_type="text/markdown",
license="Apache 2.0 License",
url="https://github.com/gentaiscool/distfuse",
project_urls={
"Bug Tracker": "https://github.com/gentaiscool/distfuse/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit b27dd7b

Please sign in to comment.