We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a792e8 commit bc0f2e4Copy full SHA for bc0f2e4
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.4.0
+current_version = 1.5.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
@@ -17,7 +17,7 @@ addopts = --verbose
17
[coverage:report]
18
show_missing = True
19
fail_under = 100
20
-exclude_lines =
+exclude_lines =
21
def __repr__
22
23
[flake8]
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='webgeocalc',
12
- version='1.4.0',
+ version='1.5.0',
13
description='Python package for NAIF WebGeoCalc API',
14
author='Benoit Seignovert',
15
author_email='benoit.seignovert@univ-nantes.fr',
webgeocalc/version.py
@@ -1,3 +1,3 @@
"""WebGeoCalc module version."""
-__version__ = '1.4.0'
+__version__ = '1.5.0'
0 commit comments