Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
armand33 committed May 28, 2020
1 parent a61490e commit 8e056c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.16.0
current_version = 0.16.1
commit = True
tag = True

Expand All @@ -22,4 +22,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
setup_requires=setup_requirements,
tests_require=test_requirements,
test_suite='tests',
version='0.16.0',
version='0.16.1',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion torchkge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Armand Boschin"""
__email__ = 'aboschin@enst.fr'
__version__ = '0.16.0'
__version__ = '0.16.1'

from torchkge.exceptions import NotYetEvaluatedError
from torchkge.utils import MarginLoss, LogisticLoss
Expand Down

0 comments on commit 8e056c9

Please sign in to comment.