Skip to content

Commit

Permalink
0.10.0 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Nov 21, 2024
1 parent c1baee7 commit d837a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ ArrayKit requires the following:
What is New in ArrayKit
-------------------------

0.10.0
............

Now building wheels for Python 3.13.


0.9.0
............

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup
from pathlib import Path

AK_VERSION = '0.9.0'
AK_VERSION = '0.10.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.
Expand Down Expand Up @@ -72,6 +72,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Typing :: Typed',
],
keywords='numpy array',
Expand Down

0 comments on commit d837a91

Please sign in to comment.