File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ on: [push,pull_request]
4
4
5
5
jobs :
6
6
cxx-build-workflow :
7
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3rc04.post4
7
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.3.0
8
8
9
9
python-build-workflow :
10
- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3rc04.post4
10
+ uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.3.0
11
11
secrets :
12
12
pypi_password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = 'itk-meshtopolydata' ,
16
- version = '0.9.2 ' ,
16
+ version = '0.10.0 ' ,
17
17
author = 'Insight Software Consortium' ,
18
18
author_email = 'itk+community@discourse.itk.org' ,
19
19
packages = ['itk' ],
44
44
keywords = 'ITK InsightToolkit' ,
45
45
url = r'https://itk.org/' ,
46
46
install_requires = [
47
- r'itk-core>=5.3rc04.post4 ' ,
47
+ r'itk-core>=5.3.0 ' ,
48
48
r'numpy' ,
49
49
]
50
50
)
You can’t perform that action at this time.
0 commit comments