We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294c0c1 commit 7946eabCopy full SHA for 7946eab
3 files changed
climate_toolbox/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Justin Simcock"""
6
__email__ = 'jsimcock@rhg.com'
7
-__version__ = '0.1.4'
+__version__ = '0.1.5'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
commit = True
tag = True
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='climate_toolbox',
32
- version='0.1.4',
+ version='0.1.5',
33
description="Tools for climate data wrangling",
34
long_description=readme + '\n\n' + history,
35
author="Justin Simcock",
0 commit comments