From 48d5fa030926dcf14fcb30f48612730d34ba16ee Mon Sep 17 00:00:00 2001 From: JR Schmidt Date: Wed, 15 Jun 2022 12:45:51 -0500 Subject: [PATCH] Incremented version number to 0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 13814b6..baecca8 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'webmo', packages = ['webmo'], - version = '0.1', + version = '0.2', license='MIT', description = 'A Python-based interface to WebMO', author = 'J.R. Schmidt', author_email = 'schmidt@webmo.net', url = 'https://github.com/jrschmidt2/webmo-python', - download_url = 'https://github.com/jrschmidt2/webmo-python/archive/refs/tags/0.1.tar.gz', + download_url = 'https://github.com/jrschmidt2/webmo-python/archive/refs/tags/0.2.tar.gz', keywords = ['WEBMO', 'REST', 'API'], install_requires=[ 'requests',