Skip to content

Commit 9b58437

Browse files
committed
Bump to v1.8.1
Signed-off-by: Hugo KULESZA <hugo.kulesza@rte-france.com>
1 parent 9681e41 commit 9b58437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</developers>
5959

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

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

pypowsybl/__init__.py

Lines changed: 1 addition & 1 deletion
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.8.1.dev1'
25+
__version__ = '1.8.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)