Skip to content

Commit fddc2d1

Browse files
authored
Merge pull request #138 from PermutaTriangle/develop
Version 2.0.2
2 parents 61dc391 + 1588cf9 commit fddc2d1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## Unreleased
88

9+
## 2.0.2 - 2020-08-06
10+
### Fixed
11+
- Include the type hints in the pypi release.
12+
913
## 2.0.1 - 2020-07-23
1014
### Fixed
1115
- Typing for `apply` in `Perm` fixed. It is now of the same base type as argument.

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include permuta/resources/bisc/*.json
1+
include permuta/py.typed
2+
include permuta/resources/bisc/*.json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name="permuta",
14-
version="2.0.1",
14+
version="2.0.2",
1515
author="Permuta Triangle",
1616
author_email="[email protected]",
1717
description="A comprehensive high performance permutation library.",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ basepython =
2121
py39: python3.9
2222
pypy36: pypy3
2323
deps =
24-
pytest==5.4.3
24+
pytest==6.0.1
2525
pytest-timeout==1.4.2
2626
commands = pytest
2727

0 commit comments

Comments
 (0)