diff --git a/ecnet/__init__.py b/ecnet/__init__.py index fda43fd..de826da 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.4.2' +__version__ = '1.4.3' diff --git a/ecnet/data_utils.py b/ecnet/data_utils.py index 4861d8e..78397b2 100644 --- a/ecnet/data_utils.py +++ b/ecnet/data_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/data_utils.py -# v.1.4.2 +# v.1.4.3 # Developed in 2018 by Travis Kessler # # This program contains the "DataFrame" class, and functions for processing/importing/outputting diff --git a/ecnet/error_utils.py b/ecnet/error_utils.py index 460654f..29b5a3e 100644 --- a/ecnet/error_utils.py +++ b/ecnet/error_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.1.4.2 +# v.1.4.3 # Developed in 2018 by Travis Kessler # # This program contains functions for error calculations diff --git a/ecnet/model.py b/ecnet/model.py index d49633a..6f045b0 100644 --- a/ecnet/model.py +++ b/ecnet/model.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # ecnet/error_utils.py -# v.1.4.2 +# v.1.4.3 # Developed in 2018 by Travis Kessler # # This program contains functions necessary creating, training, saving, and reusing neural network models diff --git a/setup.py b/setup.py index 30dbee3..a8428d7 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name = 'ecnet', -version = "1.4.2", +version = "1.4.3", 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',