Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apuignav committed Mar 13, 2019
1 parent 56384b9 commit fdd88e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phasespace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = """Albert Puig Navarro"""
__email__ = '[email protected]'
__version__ = '0.8.0'
__version__ = '0.9.0'

__all__ = ['generate', 'Particle']

Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True
tag_name = '{new_version}'
Expand All @@ -19,7 +19,7 @@ universal = 1
exclude = docs

[aliases]
# Define setup.py command aliases here

[tool:pytest]
norecursedirs=tests/helpers
norecursedirs = tests/helpers

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/zfit/phasespace',
version='0.8.0',
version='0.9.0',
zip_safe=False,
)

0 comments on commit fdd88e0

Please sign in to comment.