From 9fced40aa98d73622d0b163118a617f1678e4976 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 11 Feb 2021 16:53:49 +0100 Subject: [PATCH] Update version manually --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d872336..456a824 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ entry_points = { } setup( name="robofish-io", - version="0.1", + version="0.1.1", author="", author_email="", install_requires=["h5py>=3", "numpy", "seaborn", "pandas", "deprecation"], -- GitLab