From ed6d3baece0f90557fa579e4f20750d9c014de11 Mon Sep 17 00:00:00 2001 From: Hector Akamine Date: Mon, 5 Jun 2017 14:31:21 -0700 Subject: [PATCH] Bump version to 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8772c9..0eca371 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ author="Artefactual Systems", author_email="info@artefactual.com", license="AGPL 3", - version="0.3.0", + version="0.4.0", packages=["agentarchives", "agentarchives.archivesspace", "agentarchives.archivists_toolkit", "agentarchives.atom"], install_requires=["requests>=2,<3", "mysqlclient>=1.3,<2"], classifiers=[