Fix PyPI readme issue.

Increase version number to appease PyPI.
This commit is contained in:
cfreksen 2017-11-09 17:08:05 +01:00
parent 79d6cc9486
commit 5381c0037f
No known key found for this signature in database
GPG Key ID: EAC13EE101008978
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
include llvm_emulator/parser.out include llvm_emulator/parser.out
include README.org include pypi_readme.rst

View File

@ -122,7 +122,7 @@ Pip way
The recommended way to quickly install and use the emulator, is to The recommended way to quickly install and use the emulator, is to
install it via pip. The name on PyPI (where pip gets the software from) install it via pip. The name on PyPI (where pip gets the software from)
is =llvm-minusminus-emulator= [1]_. is ``llvm-minusminus-emulator`` [1]_.
Make sure that you have Python 3 and pip installed (see above). Then Make sure that you have Python 3 and pip installed (see above). Then
install the emulator by running install the emulator by running

View File

@ -17,7 +17,7 @@ with open('pypi_readme.rst') as f:
setup( setup(
name='llvm-minusminus-emulator', name='llvm-minusminus-emulator',
version='1.0.1', version='1.0.2',
description='A simple hacky emulator/debugger for LLVM--', description='A simple hacky emulator/debugger for LLVM--',
long_description=long_description, long_description=long_description,
url='https://gitlab.com/cfreksen/llvm--emulator', url='https://gitlab.com/cfreksen/llvm--emulator',