Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsdellama committed Jun 12, 2020
1 parent a5deaa6 commit 7018855
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 2.0.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **N**eural **N**etwork optimized by **G**enetic **A**lgorithms - (NNGA)
**Current stable version**: 1.1.0
**Current stable version**: 2.0.0

Neural Network optimized by Genetic Algorithms - (NNGA) is a library for deep model training,
for data classification and segmentation.
Expand Down
2 changes: 1 addition & 1 deletion nnga/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from nnga.datasets.segmentation.segmentation_dataset import SegmentationDataset


__version__ = "1.1.0"
__version__ = "2.0.0"

ARCHITECTURES = {
"Classification": {
Expand Down

0 comments on commit 7018855

Please sign in to comment.