Skip to content

Commit 1f6adf8

Browse files
Merge pull request #7 from asappresearch/further_async
fix async
2 parents 6c92088 + 73f013c commit 1f6adf8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

josh_train/async_josh.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import asyncio
12
import copy
23
import numpy as np
34
from typing import Optional, Callable, Awaitable, Any, Tuple, List

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_requires(requires_filename: str) -> List[str]:
2525
install_requires=get_requires("requirements.txt"),
2626
include_package_data=True,
2727
setup_requires=["setuptools_scm"],
28-
version="0.1.2",
28+
version="0.1.3",
2929
classifiers=[
3030
"Programming Language :: Python :: 3",
3131
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)