Skip to content

Commit

Permalink
Release version #
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Jun 29, 2023
1 parent 28b2add commit e0580e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='prog_models',
version='1.5.0-pre',
version='1.5.0',
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.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/prog_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from prog_models.composite_model import CompositeModel
from prog_models.linear_model import LinearModel

__version__ = '1.5.0.pre'
__version__ = '1.5.0'

0 comments on commit e0580e5

Please sign in to comment.