Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed Oct 27, 2021
1 parent 54de34f commit 84f2ba9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lesion_metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Jacob Reinhold"""
__email__ = "jcreinhold@gmail.com"
__version__ = "0.1.6"
__version__ = "0.1.7"
24 changes: 12 additions & 12 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand All @@ -20,7 +20,7 @@ line_length = 88

[flake8]
exclude = docs
per-file-ignores =
per-file-ignores =
__init__.py: F401
max-line-length = 88
extend-ignore = E203
Expand All @@ -43,10 +43,10 @@ keywords = lesion, metrics, segmentation, mri, ct, pet
license = Apache Software License 2.0
license_file = LICENSE
url = https://github.com/jcreinhold/lesion-metrics
project_urls =
project_urls =
Bug Tracker = https://github.com/jcreinhold/lesion-metrics/issues
Documentation = https://lesion-metrics.readthedocs.io/
classifiers =
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Expand All @@ -62,33 +62,33 @@ zip_safe = False
include_package_data = True
packages = find:
python_requires = >= 3.6
install_requires =
install_requires =
scikit-image
scipy
setup_requires =
setup_requires =
pytest-runner
test_suite = tests
tests_require =
tests_require =
nibabel
pytest>=3
torch

[options.packages.find]
include =
include =
lesion_metrics
lesion_metrics.*
exclude =
exclude =
tests
docs

[options.extras_require]
cli =
cli =
nibabel
numpy
pandas
volume =
volume =
torchio

[options.entry_points]
console_scripts =
console_scripts =
lesion-metrics=lesion_metrics.cli:main

0 comments on commit 84f2ba9

Please sign in to comment.