Skip to content

Commit

Permalink
Merge pull request #114 from napulen/v190
Browse files Browse the repository at this point in the history
Include pretrained model and version change for v1.9.0
  • Loading branch information
napulen authored Aug 4, 2022
2 parents 77d4970 + 6e3d2ab commit c1a412a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified AugmentedNet.hdf5
Binary file not shown.
2 changes: 1 addition & 1 deletion AugmentedNet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import glob

__author__ = "Néstor Nápoles López"
__version__ = "1.8.0"
__version__ = "1.9.0"
modules = glob.glob(join(dirname(__file__), "*.py"))
__all__ = [
basename(f)[:-3]
Expand Down

0 comments on commit c1a412a

Please sign in to comment.