Skip to content

Commit dca758a

Browse files
authored
Release: 1.2.1 → 1.3.0 (#103)
1 parent dd8fc25 commit dca758a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.3.0
33
commit = True
44
tag = False
55

easyfsl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
for few-shot learning experiences.
66
"""
77

8-
__version__ = "1.2.1"
8+
__version__ = "1.3.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
setup(
99
name="easyfsl",
10-
version="1.2.1",
10+
version="1.3.0",
1111
description="Ready-to-use PyTorch code to boost your way into few-shot image classification",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/sicara/easy-few-shot-learning",
1515
license="MIT",
1616
install_requires=[
1717
"matplotlib>=3.0.0",
18-
"pandas>=1.2.1",
18+
"pandas>=1.3.0",
1919
"torch>=1.4.0",
2020
"torchvision>=0.7.0",
2121
"tqdm>=4.1.0",

0 commit comments

Comments
 (0)