Skip to content

Commit bc0f2e4

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent 6a792e8 commit bc0f2e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.5.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
@@ -17,7 +17,7 @@ addopts = --verbose
1717
[coverage:report]
1818
show_missing = True
1919
fail_under = 100
20-
exclude_lines =
20+
exclude_lines =
2121
def __repr__
2222

2323
[flake8]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='webgeocalc',
12-
version='1.4.0',
12+
version='1.5.0',
1313
description='Python package for NAIF WebGeoCalc API',
1414
author='Benoit Seignovert',
1515
author_email='benoit.seignovert@univ-nantes.fr',

webgeocalc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""WebGeoCalc module version."""
22

3-
__version__ = '1.4.0'
3+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)