Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanollion committed Apr 29, 2024
1 parent da2e314 commit 8f7fdfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="DiSTNet2D",
version="0.1.3",
version="0.1.4",
author="Jean Ollion",
author_email="jean.ollion@polytechnique.org",
description="tensorflow/keras implementation of DiSTNet 2D",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/jeanollion/distnet2d",
download_url='https://github.com/jeanollion/distnet2d/releases/download/v0.1.3/distnet2d-0.1.3.tar.gz',
download_url='https://github.com/jeanollion/distnet2d/releases/download/v0.1.4/distnet2d-0.1.4.tar.gz',
packages=setuptools.find_packages(),
keywords=['Segmentation', 'Tracking', 'Cell', 'Tensorflow', 'Keras'],
classifiers=[
Expand Down

0 comments on commit 8f7fdfa

Please sign in to comment.