From 06ca675e256c75080738f437510d63fc00fb4e28 Mon Sep 17 00:00:00 2001 From: Christopher Ariza Date: Thu, 11 Jul 2024 19:44:20 -0700 Subject: [PATCH] 0.8.0 RC 1 --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1272a2b..cd5a8932 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,11 @@ ArrayKit requires the following: What is New in ArrayKit ------------------------- +0.8.0 +............ + +Now building with NumPy 2.0. + 0.7.2 ............ diff --git a/setup.py b/setup.py index 15cf25b9..e939a471 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup from pathlib import Path -AK_VERSION = '0.7.2' +AK_VERSION = '0.8.0' def get_long_description() -> str: return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.