Skip to content

Commit

Permalink
Increase tag number to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkwjc committed Jul 12, 2023
1 parent 40e3af4 commit 0759200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffnet/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.8.4'
version = '0.8.5'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

if __name__ == "__main__":
setup(name = 'ffnet',
version = '0.8.4',
version = '0.8.5',
description = 'Feed-forward neural network solution for python',
long_description = open('README.rst', 'r').read(),
keywords = ['neural networks'],
Expand Down

0 comments on commit 0759200

Please sign in to comment.