Skip to content

Commit d0adc3b

Browse files
committed
Bump version: 0.0.14 → 0.0.15
1 parent fbba4b2 commit d0adc3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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.0.14
2+
current_version = 0.0.15
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name = 'pyhf',
4-
version = '0.0.14',
4+
version = '0.0.15',
55
description = '(partial) pure python histfactory implementation',
66
url = '',
77
author = 'Lukas Heinrich',

0 commit comments

Comments
 (0)