Skip to content

Commit bbc824d

Browse files
committed
0.2.3 RC 1
1 parent ec59575 commit bbc824d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.2.3
41+
............
42+
43+
Extended arguments to and functionality in ``split_after_count`` to support the complete CSV dialect interface.
44+
45+
Now building wheels for 3.11.
46+
4047

4148
0.2.2
4249
............

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup
66
from pathlib import Path
77

8-
AK_VERSION = '0.2.2'
8+
AK_VERSION = '0.2.3'
99

1010
def get_long_description() -> str:
1111
return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
@@ -63,6 +63,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
6363
'Programming Language :: Python :: 3.8',
6464
'Programming Language :: Python :: 3.9',
6565
'Programming Language :: Python :: 3.10',
66+
'Programming Language :: Python :: 3.11',
6667
],
6768
keywords='numpy array',
6869
packages=['arraykit'],

0 commit comments

Comments
 (0)