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 Aug 13, 2020
1 parent f4a47f1 commit f0cedda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf2embeddings/__init__.py
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.4'
__version__ = '0.2.5'

0 comments on commit f0cedda

Please sign in to comment.