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 b95c194 commit da80121
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.4.3'
__version__ = '1.4.3.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.1.4.3
# v.1.4.3.1
# 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.3
# v.1.4.3.1
# 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.3
# v.1.4.3.1
# 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 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.1.4.3
# v.1.4.3.1
# Developed in 2018 by Travis Kessler <[email protected]>
#
# This file contains the "Server" class, which handles ECNet project creation,
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.3",
version = "1.4.3.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 da80121

Please sign in to comment.