From 10778894c7a2bd727b16f37267bfa1780a5edc98 Mon Sep 17 00:00:00 2001 From: "justin.plakoo" Date: Mon, 23 May 2022 16:16:05 +0200 Subject: [PATCH] doc: bump vervion 0.1.0 -> 0.1.1 --- .bumpversion.cfg | 2 +- deel/torchlip/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e0a7d3..ffc63d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/deel/torchlip/__init__.py b/deel/torchlip/__init__.py index 91215aa..be2c5b0 100644 --- a/deel/torchlip/__init__.py +++ b/deel/torchlip/__init__.py @@ -26,7 +26,7 @@ # ===================================================================================== # flake8: noqa -__version__ = "0.1.0" +__version__ = "0.1.1" from . import functional, init, normalizers, utils from .modules import * diff --git a/setup.py b/setup.py index fce3fdd..72bfd31 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setuptools.setup( name="deel-torchlip", - version="0.1.0", + version="0.1.1", author=", ".join( [ "Mathieu SERRURIER",