Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seignovert committed Feb 16, 2022
1 parent fbf5498 commit 00992cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion webgeocalc/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""WebGeoCalc module version."""

__version__ = '1.3.0'
__version__ = '1.4.0'

0 comments on commit 00992cd

Please sign in to comment.