Skip to content

Commit 7c26e4d

Browse files
committed
Updated MANIFEST.in
1 parent a32fd90 commit 7c26e4d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

MANFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include data/kepler_response_hires1.txt
1+
include README.rst changelog.rst LICENSE.txt requirements.txt data/kepler_response_hires1.txt

changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
.. :changelog:
22
3+
0.1.1 (2018-06-15)
4+
~~~~~~~~~~~~~~~~~~
5+
- Forgot to add all files to MANIFEST.in
6+
37
0.1.0 (2018-06-15)
48
~~~~~~~~~~~~~~~~~~
59
- Beta version

evilmc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A python version of the EVIL-MC code"""
22

3-
__version__ = '0.1.0'
3+
__version__ = '0.1.1'
44
__author__ = 'Brian Jackson <[email protected]>'
55
__all__ = ['evilmc']
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="evilmc",
21-
version="0.1.0",
21+
version="0.1.1",
2222
url="https://github.com/BoiseStatePlanetary/evilmc",
2323
download_url='https://github.com/BoiseStatePlanetary/evilmc/archive/'+__version__+'.tar.gz',
2424
license='BSD',

0 commit comments

Comments
 (0)