Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Nov 21, 2022
1 parent f49ba8b commit 10abdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
LONG_DESC = fh.read()
setup(
name="fseval",
version="3.0.4",
version="3.1.0",
packages=find_namespace_packages(include=["hydra_plugins.*"])
+ find_packages(include=["fseval", "fseval.*"]),
entry_points={"console_scripts": ["fseval = fseval.main:run_pipeline"]},
Expand Down

0 comments on commit 10abdb5

Please sign in to comment.