Skip to content

Commit

Permalink
bump setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashacker committed Nov 30, 2023
1 parent 719c685 commit e14a27c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="goldenverba",
version="0.3.0",
version="0.3.1",
packages=find_packages(),
entry_points={
"console_scripts": [
Expand Down Expand Up @@ -41,7 +41,14 @@
"pypdf2",
],
extras_require={
"dev": ["pytest", "wheel", "twine", "black>=23.7.0", "setuptools", "pre-commit"],
"dev": [
"pytest",
"wheel",
"twine",
"black>=23.7.0",
"setuptools",
"pre-commit",
],
"huggingface": [
"sentence-transformers",
"transformers",
Expand Down

0 comments on commit e14a27c

Please sign in to comment.