Skip to content

Fermium/data-chan-python

Repository files navigation

Data-Chan Python

wercker status

Data-Chan-python allows you to use the data-chan comunication library with Python and Jupyter.

Releasing

To release, just bump the version and push to master. Wercker-CI will take care of the build and deploy process.

pip install bump

# Bump patch/major/minor
bump setup.py -b
bump setup.py -m
bump setup.py -M

# Create .tar.gz archive
python setup.py sdist

# Upload to PyPi the latest file
twine upload dist/$(ls -tp dist | grep -v /$ | head -1)

Releases

No releases published

Packages

No packages published

Languages