Skip to content

Commit

Permalink
Merge branch 'update-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
clegaard committed Jun 18, 2021
2 parents 7955400 + b9880fe commit 4387fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def generate_csharp(outdir):
("python", "tool/unifmu/resources/backends/python/", generate_python),
(
"java",
"tool/unifmu/resources/backends/java_fmu/src/main/java/",
"tool/unifmu/resources/backends/java/src/main/java/",
generate_java,
),
(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_resource_files():

setup(
name="unifmu",
version="0.0.2",
version="0.0.3",
author="INTO-CPS Association",
description="A set of tools for developing functional-mockup-units (FMUs) implemented in any language.",
long_description=long_description,
Expand Down

0 comments on commit 4387fa4

Please sign in to comment.