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 Jul 8, 2018
1 parent cdb867a commit a296971
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4.2'
__version__ = '1.4.3'
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.4.2
# v.1.4.3
# Developed in 2018 by Travis Kessler <[email protected]>
#
# This program contains the "DataFrame" class, and functions for processing/importing/outputting
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.4.2
# v.1.4.3
# Developed in 2018 by Travis Kessler <[email protected]>
#
# This program contains functions for error calculations
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.4.2
# v.1.4.3
# Developed in 2018 by Travis Kessler <[email protected]>
#
# This program contains functions necessary creating, training, saving, and reusing neural network models
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit a296971

Please sign in to comment.