diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dcb0b7d..d2e2497 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = False diff --git a/easyfsl/__init__.py b/easyfsl/__init__.py index 4a9a9a7..a4a33c7 100644 --- a/easyfsl/__init__.py +++ b/easyfsl/__init__.py @@ -5,4 +5,4 @@ for few-shot learning experiences. """ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/setup.py b/setup.py index 8f4657d..09564b5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="easyfsl", - version="0.2.0", + version="0.2.1", description="Ready-to-use PyTorch code to boost your way into few-shot image classification", long_description=long_description, long_description_content_type="text/markdown",