Skip to content

Commit

Permalink
Merge pull request #83 from napulen/v171
Browse files Browse the repository at this point in the history
Updating version to 1.7.1
  • Loading branch information
napulen authored Jun 20, 2022
2 parents c67d5d4 + 9f69b16 commit 9ca4e14
Showing 1 changed file with 1 addition and 1 deletion.
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.7.0"
__version__ = "1.7.1"
modules = glob.glob(join(dirname(__file__), "*.py"))
__all__ = [
basename(f)[:-3]
Expand Down

0 comments on commit 9ca4e14

Please sign in to comment.