Skip to content

Commit fa08301

Browse files
committed
bump version
1 parent 9cafaad commit fa08301

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hep_ml/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from __future__ import print_function, division, absolute_import
22

3-
__author__ = "Alex Rogozhnikov"
4-
__version__ = "0.7.2"
3+
__version__ = "0.7.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="hep_ml",
10-
version='0.7.2',
10+
version='0.7.3',
1111
description="Machine Learning for High Energy Physics",
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)