Skip to content

Commit 905b061

Browse files
committed
0.1.3 RC 1
1 parent 37d869e commit 905b061

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ ArrayKit requires the following:
3535
What is New in ArrayKit
3636
-------------------------
3737

38-
0.1.3 dev
38+
0.1.3
3939
............
4040

41+
Redesigned package structure for inclusion of ``py.typed`` and ``__init__.pyi``.
42+
4143
``array_deepcopy`` now accepts kwargs and makes the ``memo`` dict optional.
4244

4345

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np # type: ignore
44

55

6-
AK_VERSION = '0.1.2'
6+
AK_VERSION = '0.1.3'
77

88

99
def get_long_description() -> str:
@@ -21,9 +21,9 @@ def get_long_description() -> str:
2121
description='Array utilities for StaticFrame',
2222
long_description=get_long_description(),
2323
python_requires='>3.6.0',
24-
install_requires=['numpy>=1.14.2'],
24+
install_requires=['numpy>=1.16.5'],
2525
url='https://github.com/InvestmentSystems/arraykit',
26-
author='Christopher Ariza, Brandt Bucher',
26+
author='Christopher Ariza, Brandt Bucher, Charles Burkland',
2727
license='MIT',
2828
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
2929
classifiers=[

0 commit comments

Comments
 (0)