Skip to content

Commit bb3f565

Browse files
committed
move to v0.2.3 🚀
1 parent 803ac03 commit bb3f565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2"
6+
__version__ = "0.2.3"
77

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="devolearn",
12-
version="0.2.2",
12+
version="0.2.3",
1313
author="Mayukh Deb, Ujjwal Singh, Bradly Alicea",
1414
author_email="mayukhmainak2000@gmail.com, ujjwal18113@iiitd.ac.in, balicea@openworm.org", #Subject to change, we can also use Devolearn official Email address.
1515
description="Accelerate data driven research in developmental biology with deep learning models",

0 commit comments

Comments
 (0)