Skip to content

Commit

Permalink
Bump version: 2.1.3 → 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreinhold committed Jan 18, 2022
1 parent d6e9488 commit 4a8944d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion intensity_normalization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__url__ = "https://github.com/jcreinhold/intensity-normalization"
__author__ = """Jacob Reinhold"""
__email__ = "[email protected]"
__version__ = "2.1.3"
__version__ = "2.1.4"
__license__ = "Apache-2.0"
__copyright__ = "Copyright 2021 Jacob Reinhold"

Expand Down
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 = 2.1.3
current_version = 2.1.4
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 @@ -20,8 +20,8 @@ test = pytest
[tool:pytest]
addopts = --doctest-modules --ignore=setup.py
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL NUMBER
testpaths =
tests
testpaths =
tests

[metadata]
author = Jacob Reinhold
Expand All @@ -35,10 +35,10 @@ keywords = intensity, normalization, mri
license = Apache Software License 2.0
license_file = LICENSE
url = https://github.com/jcreinhold/intensity-normalization
project_urls =
project_urls =
Bug Tracker = https://github.com/jcreinhold/intensity-normalization/issues
Documentation = https://intensity-normalization.readthedocs.io/
classifiers =
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Expand All @@ -57,7 +57,7 @@ zip_safe = False
include_package_data = True
packages = find:
python_requires = >= 3.6
install_requires =
install_requires =
matplotlib>=3,<4
nibabel>=3,<4
numpy>=1.19,<2
Expand All @@ -70,10 +70,10 @@ install_requires =
test_suite = tests

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

Expand All @@ -84,7 +84,7 @@ intensity_normalization = py.typed
ants = antspyx>=0.2.7

[options.entry_points]
console_scripts =
console_scripts =
fcm-normalize = intensity_normalization.cli.fcm:fcm_main
kde-normalize = intensity_normalization.cli.kde:kde_main
lsq-normalize = intensity_normalization.cli.lsq:lsq_main
Expand Down

0 comments on commit 4a8944d

Please sign in to comment.