Skip to content

Commit bbe2481

Browse files
committed
0.8.2 RC 1
1 parent a09b012 commit bbe2481

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include arraykit/__init__.pyi arraykit/py.typed
1+
include src/__init__.pyi src/py.typed
2+
include src/*.h

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,16 @@ ArrayKit requires the following:
3737
What is New in ArrayKit
3838
-------------------------
3939

40+
0.8.2
41+
............
42+
43+
Updated build configuration.
44+
4045

4146
0.8.1
4247
............
4348

44-
Updated build ``include_dirs`` configuration.
49+
Updated build configuration.
4550

4651

4752
0.8.0

setup.py

Lines changed: 1 addition & 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.8.1'
8+
AK_VERSION = '0.8.2'
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.

0 commit comments

Comments
 (0)