From a684f9319a8fb0b81eaeaa8c0ca84debf426365d Mon Sep 17 00:00:00 2001 From: Ben Cumming <bcumming@cscs.ch> Date: Thu, 15 Oct 2020 10:17:19 +0200 Subject: [PATCH] Update config and version for v0.4 (#1191) --- VERSION | 2 +- setup.py | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 746bd19f..bd73f470 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1-dev +0.4 diff --git a/setup.py b/setup.py index 7a42530a..df416875 100644 --- a/setup.py +++ b/setup.py @@ -154,17 +154,21 @@ setuptools.setup( 'install': install_command, }, - author='The lovely Arbor devs.', + author='The Arbor dev team.', url='https://github.com/arbor-sim/arbor', description='High performance simulation of networks of multicompartment neurons.', long_description=long_description, long_description_content_type='text/markdown', classifiers=[ - 'Development Status :: 4 - Beta', # Upgrade to "5 - Production/Stable" on release of v0.4 + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: C++', + 'Environment :: CUDA :: 10', + 'Environment :: CUDA :: 11', ], project_urls={ 'Source': 'https://github.com/arbor-sim/arbor', -- GitLab