diff --git a/setup.cfg b/setup.cfg index 66dd945..f8e0d19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.4.0 commit = True tag = True tag_name = {new_version} @@ -17,8 +17,8 @@ addopts = --verbose [coverage:report] show_missing = True fail_under = 100 -exclude_lines = - def __repr__ +exclude_lines = + def __repr__ [flake8] max-line-length = 90 diff --git a/setup.py b/setup.py index b7f9c53..8f20977 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='webgeocalc', - version='1.3.0', + version='1.4.0', description='Python package for NAIF WebGeoCalc API', author='Benoit Seignovert', author_email='benoit.a.seignovert@univ-nantes.fr', diff --git a/webgeocalc/version.py b/webgeocalc/version.py index 6701355..c0eb7cb 100644 --- a/webgeocalc/version.py +++ b/webgeocalc/version.py @@ -1,3 +1,3 @@ """WebGeoCalc module version.""" -__version__ = '1.3.0' +__version__ = '1.4.0'