Skip to content

Commit

Permalink
compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Feb 19, 2020
1 parent 8313d94 commit f0083bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: python

python:
- "3.6"
- "3.7"
- "3.8"
- "3.6"
- "3.7"
- "3.8"

env:
- NUMBA_DISABLE_JIT=1

install:
- pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion TMO4CT/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .algorithm import tone_mapping
from .tools import eprint, dither

__version__ = '1.0'
__version__ = '1.0.1'
__title__ = 'TMO4CT'
__summary__ = ('Distance-weighted local histogram equalization'
' based tone mapping for CT images.')
Expand Down

0 comments on commit f0083bf

Please sign in to comment.