Skip to content

Commit

Permalink
Update version number. Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnkers committed Mar 2, 2022
1 parent 20bce04 commit 7ce0aa9
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.0",
version="3.0.2",
packages=find_namespace_packages(include=["hydra_plugins.*"])
+ find_packages(include=["fseval", "fseval.*"]),
entry_points={"console_scripts": ["fseval = fseval.main:main"]},
Expand Down

0 comments on commit 7ce0aa9

Please # to comment.