We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4b399f + 554a462 commit 278f0a6Copy full SHA for 278f0a6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1
3
commit = True
4
tag = False
5
easyfsl/__init__.py
@@ -5,4 +5,4 @@
for few-shot learning experiences.
6
"""
7
8
-__version__ = "1.0.0"
+__version__ = "1.0.1"
setup.py
@@ -7,7 +7,7 @@
setup(
9
name="easyfsl",
10
- version="1.0.0",
+ version="1.0.1",
11
description="Ready-to-use PyTorch code to boost your way into few-shot image classification",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments