Skip to content

Commit

Permalink
release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jun 3, 2019
1 parent 7c31a04 commit 2a03542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phasespace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Albert Puig Navarro"""
__email__ = '[email protected]'
__version__ = '1.0.1'
__version__ = '1.0.2'
__maintainer__ = "zfit"

__credits__ = ["Jonas Eschle <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/zfit/phasespace',
version='1.0.1',
version='1.0.2',
zip_safe=False,
)

0 comments on commit 2a03542

Please sign in to comment.