Skip to content

Commit

Permalink
Bump to v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo KULESZA <[email protected]>
  • Loading branch information
HugoKulesza committed Jan 14, 2025
1 parent 96eb811 commit e2f24f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>pypowsybl-parent</artifactId>

<packaging>pom</packaging>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<description>PyPowSyBl Java part parent project</description>
<url>https://www.powsybl.org</url>

Expand Down
2 changes: 1 addition & 1 deletion pypowsybl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
)
from pypowsybl.network import per_unit_view

__version__ = '1.9.0.dev1'
__version__ = '1.9.0'

# set JVM java.library.path to pypowsybl module installation directory to be able to load native libraries
_pypowsybl.set_java_library_path(_os.path.dirname(_inspect.getfile(_pypowsybl)))
Expand Down

0 comments on commit e2f24f0

Please sign in to comment.