Skip to content

Commit

Permalink
Merge pull request #44 from mseng10/update-itk-python-package
Browse files Browse the repository at this point in the history
ENH: Update python package version from 5.1.0 to 5.1.0.post2
  • Loading branch information
thewtex committed Jun 10, 2020
2 parents 6e90e9d + 7a9ad68 commit 2bc79a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
matrix:
python-version: [35, 36, 37, 38]
include:
- itk-python-git-tag: "v5.1.0"
- itk-python-git-tag: "v5.1.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
max-parallel: 2
matrix:
include:
- itk-python-git-tag: "v5.1.0"
- itk-python-git-tag: "v5.1.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
matrix:
python-version-minor: [5, 6, 7, 8]
include:
- itk-python-git-tag: "v5.1.0"
- itk-python-git-tag: "v5.1.0.post2"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='itk-anisotropicdiffusionlbr',
version='1.1.1',
version='1.1.2',
author='Insight Software Consortium',
author_email='community@itk.org',
packages=['itk'],
Expand Down Expand Up @@ -50,6 +50,6 @@
keywords='ITK InsightToolkit',
url=r'https://itk.org/',
install_requires=[
r'itk>=5.1.0'
r'itk>=5.1.0.post2'
]
)

0 comments on commit 2bc79a8

Please sign in to comment.