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 2, 2018
1 parent 9b8d0c8 commit 95e0588
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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'
__version__ = '1.5.1'
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
# v.1.5.1
# Developed in 2018 by Travis Kessler <[email protected]>
#
# 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.5
# v.1.5.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ecnet',
version="1.5",
version="1.5.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 95e0588

Please sign in to comment.