Skip to content

Commit 4f063af

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent f879adb commit 4f063af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

setup.py

+1-1
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.3',
4+
version = '0.0.4',
55
description = '(partial) pure python histfactory implementation',
66
url = '',
77
author = 'Lukas Heinrich',

0 commit comments

Comments
 (0)