Skip to content

Commit

Permalink
fix: Import TimeoutError
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Mar 19, 2023
1 parent dd22d4d commit a4594c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pynisher/pynisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from pynisher.exceptions import (
CpuTimeoutException,
MemoryLimitException,
TimeoutException,
PynisherException,
WallTimeoutException,
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="pynisher",
version="1.0.4",
version="1.0.5",
packages=find_packages(where=".", include=["pynisher*"], exclude=["test*"]),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit a4594c6

Please sign in to comment.