Skip to content

Commit 0686b2e

Browse files
committed
move to 0.2.1 🚀
1 parent 1c1ea2d commit 0686b2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

devolearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .embryo_segmentor import *
44
from .tests import test ## tests/test.py/<class test()>
55

6-
__version__ = "0.2.0"
6+
__version__ = "0.2.1"
77

88
## folder names below
99
__all__ = ["lineage_populaton_model",

setup.py

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

66
setuptools.setup(
77
name="devolearn",
8-
version="0.2.0",
8+
version="0.2.1",
99
author="Mayukh Deb, Ujjwal Singh, Bradly Alicea",
1010
author_email="mayukhmainak2000@gmail.com, ujjwal18113@iiitd.ac.in, balicea@openworm.org", #Subject to change, we can also use Devolearn official Email address.
1111
description="Accelerate data driven research in developmental biology with deep learning models",
@@ -20,7 +20,7 @@
2020
],
2121

2222
install_requires=[
23-
"cycler==0.10.0"
23+
"cycler==0.10.0",
2424
"efficientnet-pytorch==0.6.3",
2525
"imutils==0.5.3",
2626
"joblib==1.0.0",

0 commit comments

Comments
 (0)