File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. :changelog:
2
2
3
+ 0.1.3 (2018-06-15)
4
+ ~~~~~~~~~~~~~~~~~~
5
+ - Attempted to follow instructions `here <https://github.com/rtfd/readthedocs.org/issues/1803 >`_
6
+
7
+ 0.1.2 (2018-06-15)
8
+ ~~~~~~~~~~~~~~~~~~
9
+ - Tried running sphinx-apidoc to fix documentation; Didn't work
10
+
11
+ 0.1.2 (2018-06-15)
12
+ ~~~~~~~~~~~~~~~~~~
13
+ - Trying to fix documentation
14
+
3
15
0.1.1 (2018-06-15)
4
16
~~~~~~~~~~~~~~~~~~
5
17
- Forgot to add all files to MANIFEST.in
Original file line number Diff line number Diff line change 1
1
"""A python version of the EVIL-MC code"""
2
2
3
- __version__ = '0.1.3 '
3
+ __version__ = '0.1.4 '
4
4
__author__ = 'Brian Jackson <[email protected] >'
5
5
__all__ = ['evilmc' ]
6
6
Original file line number Diff line number Diff line change 18
18
19
19
setuptools .setup (
20
20
name = "evilmc" ,
21
- version = "0.1.3 " ,
21
+ version = "0.1.4 " ,
22
22
url = "https://github.com/BoiseStatePlanetary/evilmc" ,
23
23
download_url = 'https://github.com/BoiseStatePlanetary/evilmc/archive/' + __version__ + '.tar.gz' ,
24
24
license = 'BSD' ,
You can’t perform that action at this time.
0 commit comments