Skip to content

Commit 7946eab

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent 294c0c1 commit 7946eab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

climate_toolbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Justin Simcock"""
66
__email__ = 'jsimcock@rhg.com'
7-
__version__ = '0.1.4'
7+
__version__ = '0.1.5'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

setup.py

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

3030
setup(
3131
name='climate_toolbox',
32-
version='0.1.4',
32+
version='0.1.5',
3333
description="Tools for climate data wrangling",
3434
long_description=readme + '\n\n' + history,
3535
author="Justin Simcock",

0 commit comments

Comments
 (0)