Skip to content

Commit

Permalink
move to v0.3.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayukhdeb committed Feb 22, 2021
1 parent b085f51 commit c9a8bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 7 additions & 5 deletions devolearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
from .embryo_segmentor import *
from .tests import test ## tests/test.py/<class test()>

__version__ = "0.2.3"
__version__ = "0.3.0"

## folder names below
__all__ = ["lineage_populaton_model",
"embryo_generator_model",
"embryo_segmentor",
"tests"]
__all__ = [
"lineage_populaton_model",
"embryo_generator_model",
"embryo_segmentor",
"tests"
]
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import setuptools


with open('requirements.txt') as f:
required = f.read().splitlines()

Expand All @@ -9,7 +8,7 @@

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

0 comments on commit c9a8bb0

Please sign in to comment.