Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-sottana-MoJ committed Sep 17, 2020
1 parent 87cac52 commit 95f18f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2embeddings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from pdf2embeddings import scraper, arrange_text, embedder, process_user_queries
except ModuleNotFoundError as err:
print(f"You have not imported all the required packages. \n{err}")
__version__ = '0.2.5'
__version__ = '0.2.6'

0 comments on commit 95f18f7

Please sign in to comment.