Skip to content

Commit c4ce9a4

Browse files
committed
---1.0.0-alpha---
* Alpha 1.0.0 release
1 parent 648f615 commit c4ce9a4

File tree

3 files changed

+3
-37
lines changed

3 files changed

+3
-37
lines changed

examples/person.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name='swimai',
25-
version='0.1.1.dev1',
25+
version='1.0.0-alpha',
2626
author='Dobromir Marinov',
2727
author_email='[email protected]',
2828
description='Standalone Python framework for building massively real-time streaming WARP clients.',
@@ -32,7 +32,7 @@
3232
packages=setuptools.find_packages(exclude=['test']),
3333
classifiers=[
3434
'Programming Language :: Python :: 3',
35-
'Development Status :: 2 - Pre-Alpha',
35+
'Development Status :: 3 - Alpha',
3636
'Intended Audience :: Developers',
3737
'License :: OSI Approved :: Apache Software License',
3838
'Operating System :: OS Independent',

test/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
import asyncio
1516
from typing import Any
1617
from unittest.mock import MagicMock

0 commit comments

Comments
 (0)