Skip to content

Commit c077d31

Browse files
committed
* Bumped version to 1.3.0.
1 parent d1574f0 commit c077d31

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ with SwimClient() as swim_client:
6868
1) Install commit hook package: `pip install pre-commit`
6969
2) Run hook installation: `pre-commit install`
7070
### Build package
71-
##### Building source distribution
72-
1) Run: `python setup.py sdist`
73-
##### Building wheel
74-
1) Install wheel package: `pip install wheel`
75-
2) Run: `python setup.py sdist`
76-
71+
##### Building package distribution
72+
1) Install build package: `pip install build`
73+
2) Run: `python -m build`

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ coverage
33
flake8
44
wheel
55
setuptools
6-
pre-commit
6+
pre-commit
7+
build

setup.py

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

2323
setuptools.setup(
2424
name='swimos',
25-
version='1.2.0-alpha',
25+
version='1.3.0-alpha',
2626
author='Dobromir Marinov',
2727
author_email='[email protected]',
2828
description='Standalone Python framework for building massively real-time streaming WARP clients.',

0 commit comments

Comments
 (0)