Skip to content

Commit

Permalink
Update to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Sep 3, 2018
1 parent 597f031 commit 7a9801f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ecnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import ecnet.error_utils
import ecnet.model
import ecnet.limit_parameters
__version__ = '1.5.1'
__version__ = '1.5.2'
2 changes: 1 addition & 1 deletion ecnet/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/data_utils.py
# v.1.5.1
# v.1.5.2
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains the "DataFrame" class, and functions for processing/importing/
Expand Down
2 changes: 1 addition & 1 deletion ecnet/error_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/error_utils.py
# v.1.5.1
# v.1.5.2
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains functions for error calculations
Expand Down
2 changes: 1 addition & 1 deletion ecnet/limit_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/limit_parameters.py
# v.1.5.1
# v.1.5.2
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains the functions necessary for reducing the input dimensionality of a
Expand Down
2 changes: 1 addition & 1 deletion ecnet/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/error_utils.py
# v.1.5.1
# v.1.5.2
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains functions necessary creating, training, saving, and reusing neural
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ecnet',
version="1.5.1",
version="1.5.2",
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',
Expand Down

0 comments on commit 7a9801f

Please sign in to comment.