Skip to content

Commit 43df077

Browse files
committed
Continuing to try to fix API problem
1 parent a3a86d5 commit 43df077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. tutorial:
1+
.. _tutorial:
22

33
Tutorial
44
========

evilmc/__init__.py

+1-1
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.1'
3+
__version__ = '0.1.2'
44
__author__ = 'Brian Jackson <[email protected]>'
55
__all__ = ['evilmc']
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name="evilmc",
21-
version="0.1.1",
21+
version="0.1.2",
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)