Skip to content

Commit 69b57d4

Browse files
authored
Merge pull request #76 from napulen/v170
Release v1.7.0
2 parents 94f706c + ca22ead commit 69b57d4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

AugmentedNet.hdf5

0 Bytes
Binary file not shown.

AugmentedNet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import glob
55

66
__author__ = "Néstor Nápoles López"
7-
__version__ = "1.6.0"
7+
__version__ = "1.7.0"
88
modules = glob.glob(join(dirname(__file__), "*.py"))
99
__all__ = [
1010
basename(f)[:-3]

0 commit comments

Comments
 (0)