Skip to content

Commit 5dd5bcb

Browse files
committed
0.8.3 RC 1
1 parent 89fcbfb commit 5dd5bcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ What is New in ArrayKit
4242

4343
Corrected incorrect component of ``_TLabel`` in ``__init__.pyi``.
4444

45+
4546
0.8.2
4647
............
4748

setup.py

+1-1
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.2'
8+
AK_VERSION = '0.8.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.

0 commit comments

Comments
 (0)