Skip to content

Commit c9a8bb0

Browse files
committed
move to v0.3.0 🚀
1 parent b085f51 commit c9a8bb0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

devolearn/__init__.py

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

6-
__version__ = "0.2.3"
6+
__version__ = "0.3.0"
77

88
## folder names below
9-
__all__ = ["lineage_populaton_model",
10-
"embryo_generator_model",
11-
"embryo_segmentor",
12-
"tests"]
9+
__all__ = [
10+
"lineage_populaton_model",
11+
"embryo_generator_model",
12+
"embryo_segmentor",
13+
"tests"
14+
]

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import setuptools
22

3-
43
with open('requirements.txt') as f:
54
required = f.read().splitlines()
65

@@ -9,7 +8,7 @@
98

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

0 commit comments

Comments
 (0)