Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Mar 10, 2023
1 parent ae72381 commit 5f4e6d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hep_ml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import print_function, division, absolute_import

__author__ = 'Alex Rogozhnikov'
__version__ = '0.7.1'
__author__ = "Alex Rogozhnikov"
__version__ = "0.7.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="hep_ml",
version='0.7.1',
version='0.7.2',
description="Machine Learning for High Energy Physics",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5f4e6d3

Please sign in to comment.