Skip to content

Commit

Permalink
2.0.1 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkessler committed Jan 21, 2019
1 parent 0fea3d6 commit d0a91c4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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__ = '2.0.0'
__version__ = '2.0.1'
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.2.0.0
# v.2.0.1
# 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.2.0.0
# v.2.0.1
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains functions for error calculations
Expand Down
2 changes: 1 addition & 1 deletion ecnet/fitness_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/fitness_functions.py
# v.2.0.0
# v.2.0.1
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains fitness functions used for input dimensionality reduction,
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.2.0.0
# v.2.0.1
# 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.2.0.0
# v.2.0.1
# 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 ecnet/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# ecnet/server.py
# v.2.0.0
# v.2.0.1
# Developed in 2018 by Travis Kessler <[email protected]>
#
# Contains the "Server" class, which handles ECNet project creation, 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='2.0.0',
version='2.0.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',
Expand Down

0 comments on commit d0a91c4

Please sign in to comment.