Skip to content

Commit

Permalink
release v0.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Jan 18, 2023
1 parent d7d9473 commit ae8605c
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 @@ -58,7 +58,7 @@
</developers>

<packaging>jar</packaging>
<version>0.20.0-SNAPSHOT</version>
<version>0.20.0</version>

<properties>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion pypowsybl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
perunit
)

__version__ = '0.20.0.dev1'
__version__ = '0.20.0'

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

0 comments on commit ae8605c

Please sign in to comment.