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.11.0-SNAPSHOT </version >
25+ <version >1.11.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.11.0-SNAPSHOT </version >
18+ <version >1.11.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.11.0-SNAPSHOT </version >
25+ <version >1.11.0</version >
2626
2727 <properties >
2828 <commons-collections4 .version>4.4</commons-collections4 .version>
Original file line number Diff line number Diff line change 2323)
2424from pypowsybl .network import per_unit_view
2525
26- __version__ = '1.11.0.dev1 '
26+ __version__ = '1.11.0'
2727
2828# set JVM java.library.path to pypowsybl module installation directory to be able to load native libraries
2929_pypowsybl .set_java_library_path (_os .path .dirname (_inspect .getfile (_pypowsybl )))
You can’t perform that action at this time.
0 commit comments