Skip to content

Commit

Permalink
Update version in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Nov 5, 2024
1 parent 9a8612f commit 3e1f767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import warnings

__version__ = '1.7.0-pre'
__version__ = '1.7.0'

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 3e1f767

Please sign in to comment.