Skip to content

Commit

Permalink
Bump version: 0.16.24 → 0.16.25
Browse files Browse the repository at this point in the history
  • Loading branch information
armand33 committed Mar 1, 2021
1 parent 42b3b49 commit a339b5c
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.16.24
current_version = 0.16.25
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.16.24',
version='0.16.25',
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__ = '[email protected]'
__version__ = '0.16.24'
__version__ = '0.16.25'

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

0 comments on commit a339b5c

Please sign in to comment.