File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 env :
5858 TOXENV : ${{ matrix.toxenv }}
5959 run : tox
60+ - name : setup
61+ run : python setup.py install
Load Diff This file was deleted.
Original file line number Diff line number Diff 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.3.1] - 2020-09-11
10+ ### Fixed
11+ - Dependency issue when installing
12+
913## [ 2.3.0] - 2020-09-10
1014### Added
1115- introduced isolation levels to the fusion strategy
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(fname):
1010
1111setup (
1212 name = "tilings" ,
13- version = "2.3.0 " ,
13+ version = "2.3.1 " ,
1414 author = "Permuta Triangle" ,
1515 author_email = "permutatriangle@gmail.com" ,
1616 description = "A Python library for gridded permutations and tilings." ,
@@ -29,7 +29,6 @@ def read(fname):
2929 "comb-spec-searcher==2.2.1" ,
3030 "permuta==2.0.2" ,
3131 "requests==2.24.0" ,
32- "typing-extensions==3.7.4.3" ,
3332 ],
3433 python_requires = ">=3.6" ,
3534 classifiers = [
You can’t perform that action at this time.
0 commit comments