Skip to content

Commit 87474e4

Browse files
committed
Bumped version number
1 parent e9d4939 commit 87474e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Johann Brehmer, Felix Kling, Irina Espejo, and Kyle Cranmer'
2525

2626
# The short X.Y version
27-
version = '0.4.10'
27+
version = '0.5.0'
2828
# The full version, including alpha/beta/rc tags
2929
release = version
3030

madminer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.10"
1+
__version__ = "0.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
AUTHOR = 'Johann Brehmer, Felix Kling, Irina Espejo, Kyle Cranmer'
2222
REQUIRES_PYTHON = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4'
23-
VERSION = '0.4.10'
23+
VERSION = '0.5.0'
2424

2525
# What packages are required for this module to be executed?
2626
REQUIRED = [

0 commit comments

Comments
 (0)