Skip to main content

A teaching environment simulating a connected home.

Project description

Connected Home -- API

Publish a new version of the api on PyPi

First we need to install twine and bum

pip install twine bumpversion

Then, we use bumpversion to increment the new version. In the example below, change the version to the current one. Choose from major, minor or patch version.

cd ./api
bumpversion --current-version 0.0.1 patch setup.py connected-home/__init__.py
python setup.py sdist bdist_wheel
python -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

connected-home-0.0.5.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

connected_home-0.0.5-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page