Skip to content

Commit

Permalink
[RELEASE] v0.1.2
Browse files Browse the repository at this point in the history
Also include  in  to ease releases.

Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
  • Loading branch information
shtrom committed Apr 30, 2018
1 parent 96d14be commit cc83276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Alternatively, if you only care about the version you're currently running, you
# Deploying to PyPi

1. Update the version number in `setup.py`
2. Install `twine` (`pip install twine`) and set up `~/.pypirc` (See https://packaging.python.org/tutorials/distributing-packages/)
2. Install the dev requirements `pip install -r requirements-dev.txt`
3. Run `python setup.py sdist` to create the source distribution
4. Run `python setup.py bdist_wheel --universal` to create the binary distribution
5. Run `twine upload dist/*` to deploy the distributions to PyPi
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest==2.9.2
pytest-cov==2.3.0
pytest-runner==2.9
responses==0.8.1
twine==1.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pip.req import parse_requirements
import setuptools

VERSION = '0.1.1'
VERSION = '0.1.2'


def test_reqs():
Expand Down

0 comments on commit cc83276

Please sign in to comment.