From 0146d469881c33e77f49839247caaaa70378e66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=B6gele?= Date: Sun, 7 Nov 2021 00:47:16 -0700 Subject: [PATCH] v0.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9f04fe..9e67124 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='gpcrmining', - version='0.1.7', + version='0.1.8', description='Functions to scrape GPCR data from the web.', url='http://github.com/drorlab/GPCR-mining', author='Martin Voegele',