Skip to content

Commit

Permalink
Release: 1.4.0 → 1.5.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebennequin authored Sep 25, 2023
1 parent 0fccd75 commit 51eb245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.5.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion easyfsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
for few-shot learning experiences.
"""

__version__ = "1.4.0"
__version__ = "1.5.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

setup(
name="easyfsl",
version="1.4.0",
version="1.5.0",
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",
url="https://github.com/sicara/easy-few-shot-learning",
license="MIT",
install_requires=[
"matplotlib>=3.0.0",
"pandas>=1.4.0",
"torch>=1.4.0",
"pandas>=1.5.0",
"torch>=1.5.0",
"torchvision>=0.7.0",
"tqdm>=4.1.0",
],
Expand Down

0 comments on commit 51eb245

Please sign in to comment.