File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 <artifactId >pypowsybl-parent</artifactId >
2323
2424 <packaging >pom</packaging >
25- <version >1.14.0-SNAPSHOT </version >
25+ <version >1.13.0 </version >
2626 <description >PyPowSyBl Java part parent project</description >
2727 <url >https://www.powsybl.org</url >
2828
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.powsybl</groupId >
1717 <artifactId >pypowsybl-parent</artifactId >
18- <version >1.14.0-SNAPSHOT </version >
18+ <version >1.13.0 </version >
1919 </parent >
2020
2121 <artifactId >pypowsybl</artifactId >
2222 <description >A C interface to powsybl, for pypowsybl implementation</description >
2323
2424 <packaging >jar</packaging >
25- <version >1.14.0-SNAPSHOT </version >
25+ <version >1.13.0 </version >
2626
2727 <properties >
2828 <commons-collections4 .version>4.4</commons-collections4 .version>
Original file line number Diff line number Diff line change 2727)
2828from pypowsybl .network import per_unit_view
2929
30- __version__ = '1.14.0.dev1 '
30+ __version__ = '1.13.0 '
3131
3232# set JVM java.library.path to pypowsybl module installation directory to be able to load native libraries
3333_pypowsybl .set_java_library_path (_os .path .dirname (_inspect .getfile (_pypowsybl )))
You can’t perform that action at this time.
0 commit comments