Skip to content

Commit c62d499

Browse files
committed
Bump to v1.5.1
Signed-off-by: Hugo KULESZA <[email protected]>
1 parent 8bcc3ea commit c62d499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</developers>
5959

6060
<packaging>jar</packaging>
61-
<version>1.5.1-SNAPSHOT</version>
61+
<version>1.5.1</version>
6262

6363
<properties>
6464
<java.version>17</java.version>

Diff for: pypowsybl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
)
2323
from pypowsybl.network import per_unit_view
2424

25-
__version__ = '1.5.1-SNAPSHOT'
25+
__version__ = '1.5.1'
2626

2727
# set JVM java.library.path to pypowsybl module installation directory to be able to load math library
2828
_pypowsybl.set_java_library_path(_os.path.dirname(_inspect.getfile(_pypowsybl)))

0 commit comments

Comments
 (0)