diff --git a/ecnet/__init__.py b/ecnet/__init__.py index c2f667c..74eb4b4 100644 --- a/ecnet/__init__.py +++ b/ecnet/__init__.py @@ -3,4 +3,4 @@ import ecnet.error_utils import ecnet.model import ecnet.limit_parameters -__version__ = '1.5' +__version__ = '1.5.1' diff --git a/ecnet/error_utils.py b/ecnet/error_utils.py index 3f38d18..1c3bbba 100644 --- a/ecnet/error_utils.py +++ b/ecnet/error_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.1.5 +# v.1.5.1 # Developed in 2018 by Travis Kessler # # Contains functions for error calculations diff --git a/ecnet/model.py b/ecnet/model.py index 731c1e4..0be758b 100644 --- a/ecnet/model.py +++ b/ecnet/model.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.1.5 +# v.1.5.1 # Developed in 2018 by Travis Kessler # # Contains functions necessary creating, training, saving, and reusing neural diff --git a/setup.py b/setup.py index 810bdaf..a6fa075 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ecnet', - version="1.5", + version="1.5.1", description='UMass Lowell Energy and Combustion Research Laboratory Neural Network Software', url='http://github.com/tjkessler/ecnet', author='Travis Kessler, Hernan Gelaf-Romer, Sanskriti Sharma',