From 6eca78b8d50e13b2e80fe8ec27b5868bba1ab356 Mon Sep 17 00:00:00 2001 From: Eric Giguere Date: Tue, 2 Apr 2024 10:19:01 +0900 Subject: [PATCH] Update version --- VERSION | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4b65b3c..8acdd82 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0.dev0 +0.0.1 diff --git a/setup.cfg b/setup.cfg index 3b72c88..8e7fae7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ keywords = quantum, physics, dynamics, gpu, linear-algebra license = BSD 3-Clause License license_file = LICENSE.txt classifiers = - Development Status :: 2 - Pre-Alpha + Development Status :: 3 - Alpha Intended Audience :: Science/Research License :: OSI Approved :: BSD License Programming Language :: Python @@ -28,7 +28,7 @@ package_dir = packages = find: include_package_data = True install_requires = - qutip>=5.0.0.dev0 + qutip>=5.0.0 jax jax[cpu] diffrax