Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanollion committed May 24, 2021
1 parent 02e7104 commit 0bb988f
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="DiST_Net",
version="0.1.2",
version="0.1.3",
author="Jean Ollion",
author_email="jean.ollion@polytechnique.org",
description="keras implementation of DiSTNet & utilities for mother machine data analysis with keras",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/jeanollion/distnet",
download_url = 'https://github.com/jeanollion/distnet/archive/v_01.tar.gz',
download_url = 'https://github.com/jeanollion/distnet/archive/v_013.tar.gz',
packages=setuptools.find_packages(),
keywords = ['Segmentation', 'Tracking', 'SelfAttention', 'Tensorflow', 'Keras'],
classifiers=[
Expand Down

0 comments on commit 0bb988f

Please sign in to comment.