Skip to content

Commit

Permalink
Update version related files
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Jun 29, 2022
1 parent 8d43363 commit 1354450
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: |
cp ./Samples ./Release/Samples -recurse
cp ./LICENSE ./Release/LICENSE
cp ./PYTHON_PACKAGE_LICENSE ./Release/PYTHON_PACKAGE_LICENSE
cp ./Tunny/bin/Release/net48 ./Release/Tunny -recurse
- name: Upload release build of plugin as artefact
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ Copyright© 2022, hrntsm

Release package is embedded Python runtime & optuna libraries.
These depend on their own licenses.
Please see PYTHON_PACKAGE_LICENSE for more license informations.
Binary file modified Samples/sample.gh
Binary file not shown.
2 changes: 1 addition & 1 deletion Tunny/Tunny.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Title>Tunny</Title>
<Description>Tunny is an optimization component wrapped in optuna.</Description>
<TargetExt>.gha</TargetExt>
Expand Down

0 comments on commit 1354450

Please sign in to comment.