Skip to content

Commit

Permalink
* Bumped version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DobromirM committed Jun 6, 2024
1 parent d1574f0 commit c077d31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ with SwimClient() as swim_client:
1) Install commit hook package: `pip install pre-commit`
2) Run hook installation: `pre-commit install`
### Build package
##### Building source distribution
1) Run: `python setup.py sdist`
##### Building wheel
1) Install wheel package: `pip install wheel`
2) Run: `python setup.py sdist`

##### Building package distribution
1) Install build package: `pip install build`
2) Run: `python -m build`
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ coverage
flake8
wheel
setuptools
pre-commit
pre-commit
build
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name='swimos',
version='1.2.0-alpha',
version='1.3.0-alpha',
author='Dobromir Marinov',
author_email='[email protected]',
description='Standalone Python framework for building massively real-time streaming WARP clients.',
Expand Down

0 comments on commit c077d31

Please sign in to comment.