Skip to content

Commit

Permalink
Update version #
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Nov 17, 2021
1 parent 92ee43e commit 4946f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'prog_algs',
version = '1.2.0',
version = '1.2.1',
description = "The NASA Prognostics Algorithm Package is a framework for model-based prognostics (computation of remaining useful life) of engineering systems. It includes algorithms for state estimation and prediction, including uncertainty propagation. The algorithms use prognostic models (see prog_models) to perform estimation and prediction. The package enables rapid development of prognostics solutions for given models of components and systems. Algorithms can be swapped for comparative studies and evaluations",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/prog_algs/__init__.py
Expand Up @@ -5,7 +5,7 @@

import warnings

__version__ = '1.2.0'
__version__ = '1.2.1'

def run_prog_playback(obs, pred, future_loading, output_measurements, **kwargs):
warnings.warn("Depreciated in 1.2.0, will be removed in a future release.", DeprecationWarning)
Expand Down

0 comments on commit 4946f18

Please sign in to comment.