Skip to content

Commit e218435

Browse files
committed
release 0.1.2
1 parent 509a381 commit e218435

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

release-checklist.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ A list of things that need to work for each and every release.
3434
rlipython-0.1.2.dev0-py2.py3-none-any.whl rlipython-0.1.2.dev0.tar.gz
3535

3636
- [ ] `python setupegg.py sdist bdist_wheel upload -r testpypi`
37-
- [ ] Check pypi test site for results, possibly `pip install --pre rlipython`
37+
- [ ] Check pypi test site for results, possibly :
38+
39+
pip install --pre --upgrade --extra-index https://testpypi.python.org/pypi rlipython
40+
3841
- [ ] `python setupegg.py sdist bdist_wheel upload -r pypi`
3942

4043

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='rlipython',
22-
version='0.1.2.dev1',
22+
version='0.1.2',
2323
packages=['rlipython',],
2424
install_requires=["ipython>5.3"],
2525
extras_requires=extras_requires,

0 commit comments

Comments
 (0)