Skip to content

Commit

Permalink
0.8.2 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Jul 18, 2024
1 parent a09b012 commit bbe2481
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include arraykit/__init__.pyi arraykit/py.typed
include src/__init__.pyi src/py.typed
include src/*.h
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ ArrayKit requires the following:
What is New in ArrayKit
-------------------------

0.8.2
............

Updated build configuration.


0.8.1
............

Updated build ``include_dirs`` configuration.
Updated build configuration.


0.8.0
Expand Down
2 changes: 1 addition & 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.8.1'
AK_VERSION = '0.8.2'

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

0 comments on commit bbe2481

Please sign in to comment.