Skip to content

Commit

Permalink
Bumping version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwl committed Sep 2, 2024
1 parent 9f11d99 commit 2a40814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pypower/ppver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def ppver(*args):
"""

ver = {'Name': 'PYPOWER',
'Version': '5.1.16',
'Version': '5.1.17',
'Release': '',
'Date': '05-March-2023'}
'Date': '02-Sept-2024'}

return ver
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='PYPOWER',
version='5.1.16',
version='5.1.17',
author='Richard Lincoln',
author_email='[email protected]',
description='Solves power flow and optimal power flow problems',
Expand Down

0 comments on commit 2a40814

Please sign in to comment.