Skip to content

Commit e0580e5

Browse files
committed
Release version #
1 parent 28b2add commit e0580e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='prog_models',
25-
version='1.5.0-pre',
25+
version='1.5.0',
2626
description='The NASA Prognostic Model Package is a python modeling framework focused on defining and building models for prognostics (computation of remaining useful life) of engineering systems, and provides a set of prognostics models for select components developed within this framework, suitable for use in prognostics applications for these components.',
2727
long_description=long_description,
2828
long_description_content_type='text/markdown',

src/prog_models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from prog_models.composite_model import CompositeModel
88
from prog_models.linear_model import LinearModel
99

10-
__version__ = '1.5.0.pre'
10+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)