From 8c982520df23c81bacdc2cd01a391270f7245a7e Mon Sep 17 00:00:00 2001 From: Mayalen Etcheverry Date: Thu, 30 Mar 2023 17:20:48 +0000 Subject: [PATCH] pypi release 0.4.1 --- how_to_upload_to_pypi | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/how_to_upload_to_pypi b/how_to_upload_to_pypi index f3cb17f..aff537f 100644 --- a/how_to_upload_to_pypi +++ b/how_to_upload_to_pypi @@ -13,3 +13,4 @@ python -m twine upload dist/* # test pip install autodiscjax +pip uninstall autodiscjax diff --git a/setup.py b/setup.py index 82c7d9e..11a94c8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='autodiscjax', - version='0.4', + version='0.4.1', author='Mayalen Etcheverry', author_email='mayalen.etcheverry@inria.fr', description=' python library built on top of jax to facilitate automated exploration and simulation of computational models of biological processes',