From 2a3f0ea27c38d115293cec83233d4a2a280b6517 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 25 Aug 2018 23:49:00 -0700 Subject: [PATCH] Release version 0.4.0 Major updates include: - Added GitLab support - Added Bitbucket Server support - Added repo exclusion support - Refactored / modular design --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f2776b..d19a462 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='llnl-scraper', - version='0.4.0-dev', + version='0.4.0', description='Package for extracting software repository metadata', author='Ian Lee', author_email='lee1001@llnl.gov',