We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df508c commit baabd9fCopy full SHA for baabd9f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 1.0.0
3
commit = True
4
tag = False
5
easyfsl/__init__.py
@@ -5,4 +5,4 @@
for few-shot learning experiences.
6
"""
7
8
-__version__ = "0.2.2"
+__version__ = "1.0.0"
setup.py
@@ -7,7 +7,7 @@
setup(
9
name="easyfsl",
10
- version="0.2.2",
+ version="1.0.0",
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