From 0405d7497ccfa8a7929cd1ccbdaf726ef9f83472 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Mon, 25 Jan 2021 02:34:42 -0800 Subject: [PATCH] updated version info --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7f65bfa..c2987d0 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,9 @@ url='https://github.com/jewettaij/dlpdb', - download_url='https://github.com/jewettaij/dlpdb/archive/v0.3.1.zip', + download_url='https://github.com/jewettaij/dlpdb/archive/v0.5.0.zip', - version='0.3.1', + version='0.5.0', license='MIT',