Skip to content

Commit

Permalink
Merge pull request #7 from deel-ai/develop
Browse files Browse the repository at this point in the history
First public version update 0.1.1
  • Loading branch information
justinplakoo authored May 23, 2022
2 parents 30a0a0f + 1077889 commit 27561a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion deel/torchlip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# =====================================================================================
# flake8: noqa

__version__ = "0.1.0"
__version__ = "0.1.1"

from . import functional, init, normalizers, utils
from .modules import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

setuptools.setup(
name="deel-torchlip",
version="0.1.0",
version="0.1.1",
author=", ".join(
[
"Mathieu SERRURIER",
Expand Down

0 comments on commit 27561a4

Please sign in to comment.