Skip to content

Commit

Permalink
Merge pull request #52 from FAST-HEP/BK_try_fix_deploy
Browse files Browse the repository at this point in the history
Pin package that's causing issue deploying
  • Loading branch information
benkrikler authored Nov 10, 2020
2 parents a3c0a06 + 400c3d7 commit e48bc5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest==4.5.0
pytest-cov==2.7.1
pytest-runner==4.4
codecov==2.0.15
importlib-metadata>=1
2 changes: 1 addition & 1 deletion fast_plotter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def split_version(version):
return tuple(result)


__version__ = '0.9.1'
__version__ = '0.9.2'
version_info = split_version(__version__) # noqa
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = True
tag = False

Expand Down

0 comments on commit e48bc5e

Please sign in to comment.