Skip to content

Commit

Permalink
Bump version: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreinhold committed Jan 19, 2022
1 parent 422fed2 commit 1de2b81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = True
tag = False

Expand All @@ -9,7 +9,7 @@ replace = __version__ = "{new_version}"

[flake8]
exclude = docs
per-file-ignores =
per-file-ignores =
__init__.py: F401
max-line-length = 88
extend-ignore = E203
Expand All @@ -32,10 +32,10 @@ keywords = tiramisu, segmentation, neural network, convolutional, pytorch
license = Apache Software License 2.0
license_file = LICENSE
url = https://github.com/jcreinhold/tiramisu-brulee
project_urls =
project_urls =
Bug Tracker = https://github.com/jcreinhold/tiramisu-brulee/issues
Documentation = https://tiramisu-brulee.readthedocs.io/
classifiers =
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Expand All @@ -54,23 +54,23 @@ zip_safe = False
include_package_data = True
packages = find:
python_requires = >= 3.6
install_requires =
install_requires =
torch
test_suite = tests

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

[options.package_data]
tiramisu_brulee = py.typed

[options.extras_require]
lesionseg =
lesionseg =
jsonargparse~=3.12.0
numpy
pandas
Expand All @@ -84,12 +84,12 @@ lesionseg =
torchio
torchmetrics
mlflow = mlflow
onnx =
onnx =
onnx
onnxruntime

[options.entry_points]
console_scripts =
console_scripts =
lesion-train = tiramisu_brulee.experiment.cli.train:train
lesion-predict = tiramisu_brulee.experiment.cli.predict:predict
lesion-predict-image = tiramisu_brulee.experiment.cli.predict:predict_image
Expand Down
2 changes: 1 addition & 1 deletion tiramisu_brulee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__url__ = "https://github.com/jcreinhold/tiramisu-brulee"
__author__ = """Jacob Reinhold"""
__email__ = "[email protected]"
__version__ = "0.2.1"
__version__ = "0.2.2"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2021 Jacob Reinhold"

Expand Down

0 comments on commit 1de2b81

Please sign in to comment.