From b42cac02c2418621e65db1aa13cb721305fd74af Mon Sep 17 00:00:00 2001 From: nruest Date: Mon, 10 Dec 2018 15:07:45 -0500 Subject: [PATCH] 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86576fc..f499337 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ """ setup( name = 'bagit_profile', - version = '1.2.0', + version = '1.3.0', url = 'https://github.com/bagit-profiles/bagit-profiles-validator', install_requires=['bagit', 'requests'], author = 'Mark Jordan, Nick Ruest',