File tree Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Expand file tree Collapse file tree 3 files changed +3
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
23
23
setuptools .setup (
24
24
name = 'swimai' ,
25
- version = '0.1.1.dev1 ' ,
25
+ version = '1.0.0-alpha ' ,
26
26
author = 'Dobromir Marinov' ,
27
27
28
28
description = 'Standalone Python framework for building massively real-time streaming WARP clients.' ,
32
32
packages = setuptools .find_packages (exclude = ['test' ]),
33
33
classifiers = [
34
34
'Programming Language :: Python :: 3' ,
35
- 'Development Status :: 2 - Pre- Alpha' ,
35
+ 'Development Status :: 3 - Alpha' ,
36
36
'Intended Audience :: Developers' ,
37
37
'License :: OSI Approved :: Apache Software License' ,
38
38
'Operating System :: OS Independent' ,
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
+
14
15
import asyncio
15
16
from typing import Any
16
17
from unittest .mock import MagicMock
You can’t perform that action at this time.
0 commit comments