File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
<artifactId >pypowsybl-parent</artifactId >
23
23
24
24
<packaging >pom</packaging >
25
- <version >1.9.0-SNAPSHOT </version >
25
+ <version >1.9.0</version >
26
26
<description >PyPowSyBl Java part parent project</description >
27
27
<url >https://www.powsybl.org</url >
28
28
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.powsybl</groupId >
17
17
<artifactId >pypowsybl-parent</artifactId >
18
- <version >1.9.0-SNAPSHOT </version >
18
+ <version >1.9.0</version >
19
19
</parent >
20
20
21
21
<artifactId >pypowsybl</artifactId >
22
22
<description >A C interface to powsybl, for pypowsybl implementation</description >
23
23
24
24
<packaging >jar</packaging >
25
- <version >1.9.0-SNAPSHOT </version >
25
+ <version >1.9.0</version >
26
26
27
27
<properties >
28
28
<commons-collections4 .version>4.4</commons-collections4 .version>
Original file line number Diff line number Diff line change 23
23
)
24
24
from pypowsybl .network import per_unit_view
25
25
26
- __version__ = '1.9.0.dev1 '
26
+ __version__ = '1.9.0'
27
27
28
28
# set JVM java.library.path to pypowsybl module installation directory to be able to load native libraries
29
29
_pypowsybl .set_java_library_path (_os .path .dirname (_inspect .getfile (_pypowsybl )))
You can’t perform that action at this time.
0 commit comments