Skip to content

Commit a86f153

Browse files
committed
increment version number and fix testing.py
1 parent 44ccf90 commit a86f153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "lib_sudoku"
7-
version = "2.1.2"
7+
version = "2.2.0"
88
requires-python = ">=3.8"
99
description = "A blazing fast sudoku library buit in rust"
1010
readme = "README.md"

testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def tests():
66
reader = sudoku.PuzzleReader(
7-
"puzzles.csv", False
7+
"https://raw.githubusercontent.com/shaggysa/lib_sudoku/master/puzzles.csv", True
88
)
99
sudoku.async_speedtest(reader)
1010
sudoku.synchronous_speedtest(reader)

0 commit comments

Comments
 (0)