Skip to content

Commit

Permalink
Bump version: 0.17.1 → 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
armand33 committed Mar 2, 2022
1 parent 14da256 commit 61df7a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.17.1
current_version = 0.17.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
setup_requires=setup_requirements,
tests_require=test_requirements,
test_suite='tests',
version='0.17.1',
version='0.17.2',
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.17.1'
__version__ = '0.17.2'

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

0 comments on commit 61df7a3

Please sign in to comment.